Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • DOLLECT
  • Others
  • Configuration
  • AI
  • BLOG
  • ABOUT
    • ABOUT
    • Perception Style

Author Archives: jeffrin

Iterating over dictionaries using ‘for’ loops

https://stackoverflow.com/questions/3294889/iterating-over-dictionaries-using-for-loops

Posted byjeffrinJanuary 18, 2018Posted inProgramming Languages, PythonTags: dictionary, loop

Lecture 1: Algorithmic Thinking, Peak Finding

https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/lecture-videos/lecture-1-algorithmic-thinking-peak-finding/

Posted byjeffrinJanuary 16, 2018Posted inMIT-EECS

How to open a webpage and search for a word in python

https://stackoverflow.com/questions/1913871/how-to-open-a-webpage-and-search-for-a-word-in-python

Posted byjeffrinJanuary 14, 2018Posted inProgramming LanguagesTags: open(), Python, web page

How to split a string into a list?

https://stackoverflow.com/questions/743806/how-to-split-a-string-into-a-list

Posted byjeffrinJanuary 14, 2018Posted inProgramming LanguagesTags: Python, split

How to find a type of an object in Golang?

https://stackoverflow.com/questions/20170275/how-to-find-a-type-of-an-object-in-golang

Posted byjeffrinJanuary 3, 2018Posted inGo, Programming LanguagesTags: type detectorLeave a comment on How to find a type of an object in Golang?

Return a tuple consisting of the two numeric arguments converted to a common type

#!/usr/bin/python x = 10 y = 23.8 print coerce(x,y) $python coerce.py (10.0, 23.8) $python coerce.py (10.0, 23.8) $

Posted byjeffrinDecember 19, 2017Posted innon-essential-built-inTags: library, Python

Convert an integer number to a binary string

#!/usr/bin/python x = 10 print bin(x) $python bin.py 0b1010 $python bin.py 0b1010 $

Posted byjeffrinDecember 19, 2017Posted inbuilt-in, python-sl

Equivalent of Python’s dir in Javascript

https://stackoverflow.com/questions/5523747/equivalent-of-pythons-dir-in-javascript

Posted byjeffrinNovember 23, 2017Posted inProgramming LanguagesTags: details, dir(), object

stackoverflow question and answer related to javascript

https://stackoverflow.com/questions/20858048/where-is-javascript

Posted byjeffrinNovember 5, 2017Posted inJavaScript, Programming LanguagesTags: ECMA, JavaScript, mozillaLeave a comment on stackoverflow question and answer related to javascript

How to contribute (was Re: Kernelnewbies Digest, Vol 77, Issue 7

https://lists.kernelnewbies.org/pipermail/kernelnewbies/2017-April/017765.html

Posted byjeffrinNovember 2, 2017Posted inoperating systemTags: kernel, mail, testingLeave a comment on How to contribute (was Re: Kernelnewbies Digest, Vol 77, Issue 7

Posts navigation

Newer posts 1 … 19 20 21 22 23 … 129 Older posts
May 2026
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Apr    
TRUEANGLE, Proudly powered by WordPress.