Login
Discover
Waves
Communities
Login
Signup
I Love Coding
@ilovecoding
39
All Programming Posts (Resteemed) - Tags #programming &/or #ilovecoding. @ilovecoding is managed by @justyy [Witness]
Followers
141
Following
0
Follow
Resource Credits
Available
Used
Location
@justyy
Website
https://codingforspeed.com
Created
2018-08-01 16:19
RSS Feed
Subscribe
Blog
Blog
Posts
Comments
Communities
Wallet
bbomber
steemhunt
2020-03-16 15:00
ilovecoding reblogged
The SpinWheel - Colorful Wearable Programming Kit
The SpinWheel Colorful Wearable Programming Kit Screenshots View Image Hunter's comment It looks pretty cool spin-able gadget for comp sci, physics and art lessons. It can be wear as ear ring or can be
$ 1.179
23
2
1
sky-999
Programming & Dev
2020-03-16 10:01
ilovecoding reblogged
!
Community Moderators muted, Reveal content
It has some problem when i play 0xuniverse game and use arkane wallet
Recently I play a game of 0xUniverse.It is a game base on ETH public chain.The player mainly uses this method that launch spacecraft and buy or sell planet to earn money. Some operation of the game is
$ 0.000
1
1
1
frjk
programming
2020-03-16 01:01
ilovecoding reblogged
Use a text spinner to randomize your Tweets
A few weeks ago I wrote a bit about the pseudonym generator I made. This new tool I made is also a generator, but it requires you to put in some work before it becomes useful. You can craft a so-called
skysnap
kotlin
2020-03-15 18:20
ilovecoding reblogged
Kotlin - How to Create Command Line Programs in Kotlin
How to Create Command Line Program in Kotlin. Kotlin compiler programs can be run on the command line. You can easily run those programs on the command prompt on Windows. Check out the video on how to
remlaps-lite
STEMGeeks
2020-03-15 15:56
ilovecoding reblogged
Curating the Internet: Science and technology digest for March 15, 2020
Previously unseen footage of a Thylacine or Tasmanian Tiger; IEEE Spectrum's weekly selection of awesome robot videos; Microsoft announces the end of the line for the Visual Basic programming language;
skysnap
kotlin
2020-03-15 05:18
ilovecoding reblogged
How to Create Class and Object in Kotlin
Learn how to create class & object in kotlin. So basically we are going to learn about Kotlin Class and Objects in this tutorial. Check out how to create class kotlin. Since the kotlin is modern language
skysnap
kotlin
2020-03-14 18:50
ilovecoding reblogged
Kotlin - How to Install Kotlin Compiler on Windows
Learn how to install kotlin command line compiler on Windows. And use this compiler to convert the kotlin code for the android app. So this video covers how to Install Kotlin and Developer tools. Check
leoumesh
python
2020-03-14 14:10
ilovecoding reblogged
WORKING WITH DESTRUCTOR METHOD IN PYTHON!!
class Student: def __init__(self,name,age, gender,major): self.name=name self.age=age self.gender=gender self.major=major def __del__(self): print("The student records has been deleted
leoumesh
python
2020-03-14 13:54
ilovecoding reblogged
LEARNING OBJECT ORIENTED IN PYTHON- WORKING WITH CLASS METHOD AND OBJECT!!
class Car: def __init__(self): self.colour="Golden" self.weight=140 self.price=1500000 self.mileage=50 self.condition="Good" def damage(self): self.mileage=35 self.condition="Bad"
mafisicoder
python
2020-03-14 06:53
ilovecoding reblogged
Autocomplete for Python Coding in Sublime Text (ST3)
Wanted to be able to do AUTOCOMPLETE when editing my python codes ####Procedure I search the Internet for resource and sublimed on this which gave me recommendation on what to get So I looked for SublimeJEDI
justyy
programming
2020-03-14 02:12
ilovecoding reblogged
!
Downvoted by users, Reveal content
Find RC Percentage in Javascript | RC小于50%就不跟随点赞了~
View this post at Steemit: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Thank you for reading ^^^^^^^^^^^^^^^ NEW! Following my Trail (Upvote or/and Downvote) Follow me for topics of Algorithms, Blockchain
codemy
coding
2020-03-13 17:18
ilovecoding reblogged
Paned Windows - Python Tkinter GUI Tutorial #48
In this video I'll show you how to create resizeable paned windows with tkinter and python. Paned windows allow you to create panels in your gui app that can be resized while your program is running. Users
bravedevelopment
adventure
2020-03-13 16:45
ilovecoding reblogged
Programming Concepts - Recursive Function - Real Life Example (road-to-home 🏘️)
What is a recursive function, what does Recursion mean in Programming? 🔹 Recursive functions are functions that call themselves continuously, not in infinity, but until reaching some specified condition.
leoumesh
python
2020-03-13 13:22
ilovecoding reblogged
PRINTING FLOYD'S TRIANGLE PATTERN IN PYTHON!!
Number=int(input("Enter the number of rows to be printed: ")) first=1 for row in range (1,Number+1): for col in range (1, row+1): print(first,end=" ") first=first+1 print() A sample
jfmherokiller
programming
2020-03-12 20:23
ilovecoding reblogged
Relative gravity simulation in unity.
I just want to share a method I figured out for handling gameobject/ridgidbody orientation when dealing with relative gravity. I added comments to the code to help explain certain functions. using UnityEngine;
skysnap
javascript
2020-03-12 18:54
ilovecoding reblogged
Babel Compiler : Learn how to Use Babel Compiler Online
Learn how to use babel compiler online. So you can use this for compiler ES6 and other modern updates to the ECMA subscript. Check out the video. Babel compiler helps you compiler the modern ECMA standard
toushik
appics
2020-03-12 18:14
ilovecoding reblogged
NEED TO CODE? | Short tour of CSE Department. I will write about our tour in the ...
... next post.
jfmherokiller
programming
2020-03-12 02:37
ilovecoding reblogged
a pokemon sword and shield bot helper
if anyone wants to mess with thier pokemon games and possibly setup pokemon sharing bots this piece of software can help I am currently using it to keep a live backup of my pokemon as i play.
leoumesh
python
2020-03-11 17:20
ilovecoding reblogged
PYTHON PROGRAM TO CHECK FOR PALINDROME!!
Text=input("Enter a text you desired: ") Reverse_text=Text[::-1] if Text==Reverse_text: print("The given string is a palindrome") else: print("The given string is not a
codemy
programming
2020-03-11 17:12
ilovecoding reblogged
Using Frames With Menus - Python Tkinter GUI Tutorial #47
In this video I'll show you how to use frames with menu bars in tKinter. In the last video we created a menu bar...but when you click on the menu items, nothing really happens. In this video I'll show
← Latest
Older →