-
4 months ago
-
6 months ago
-
6 months ago
[Vim] Visual Mode Insert/Append over Multiple Lines
Inserting and appending over multiple lines in Visual Mode for Vim
258 views
diocode
uploaded
-
1 year ago
-
1 year agodiocode posted:
coding, gaming, and whatever else seems interesting.
thanks for stopping by
-
1 year ago
[python][oop basics] inheritance
explains the basics of inheriting methods from the parent class
368 views
diocode
uploaded
-
1 year ago
[python][oop basics] Instantiating Objects in Python
Intended Audience: Python Beginner
Video covers creating a class and instantiating objects of that class and then using those objects in a trivial ...
296 views
diocode
uploaded
-
1 year ago
[python] [basics] passing arguments to functions part 2
part 2 of python basics argument passing
explains why we use int(raw_input(""))
as opposed to raw_input("") when we want to do math on the user's r...
165 views
diocode
uploaded
-
1 year ago
[python] [basics] passing arguments to functions
short version:
def function (arg1,arg2) print text with var1, var2
function(var1,var2)
this is basically a quick tutorial on how to make fun...
480 views
diocode
uploaded
-
1 year ago
[vim] global search and replace in a file
basically showing you how to search for text and replace it with what you want with different text.
Example all .html files needs to be .php files:...
229 views
diocode
uploaded