Skip to content

Instantly share code, notes, and snippets.

View abhisekp's full-sized avatar
๐Ÿ 
Working from home

Abhisek Pattnaik abhisekp

๐Ÿ 
Working from home
View GitHub Profile
@abhisekp
abhisekp / # FCC Solutions.md
Last active February 1, 2023 10:43
Solutions to FreeCodeCamp Challenges - http://j.mp/abhisekpFCCSolns
@revolunet
revolunet / python-es6-comparison.md
Last active April 11, 2025 10:54
# Python VS JavaScript ES6 syntax comparison

Python VS ES6 syntax comparison

Python syntax here : 2.7 - online REPL

Javascript ES6 via Babel transpilation - online REPL

Imports

import math
@jbmartinez
jbmartinez / quotes.json
Last active November 19, 2015 00:28
A bunch of quotes in JSON format (taken from https://litemind.com/best-famous-quotes/)
[
{"text": "You can do anything, but not everything.",
"author": "David Allen"},
{"text": "Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.",
"author": "Antoine de Saint-Exupรฉry"},
{"text": "The richest man is not he who has the most, but he who needs the least.",
"author": "Unknown Author"},
@Zirak
Zirak / editors.md
Last active February 26, 2025 17:11
Recommended editors.

Which editors do you recommend?

A heated question, oft asked in the nether of SO Chat. It's at the end, of course, a matter of taste and usage: Some editors are better than others at some things, some things are only possible in some editors.

So here's a list of editors and IDEs which we of room 17 use and can recommend, sorted alphabetically.

For beginners

Most importantly, here's a very short list of (free!) editors which are recommended for beginners to scripting or web-dev (i.e. no compiling necessary), aimed at people who just got into JavaScript, Ruby, Python, Bash, etc and want to get a feel of things. Just pick one and have fun!

Linux

@rvagg
rvagg / install-node.sh
Last active April 2, 2024 16:51
install-node.sh - simple script to fetch and install Node.js releases and nightlies on Linux (x86, x64 & ARM) and OS X
#!/bin/bash
# Note your /usr/local will need to be writable by the user running it,
# alternatively run it with `sudo`
hasxz=$(which xzcat)
os=$(uname | tr '[A-Z]' '[a-z]')
arch=$(uname -m)
targetdir="/usr/local/"
domain=nodejs.org
@staltz
staltz / introrx.md
Last active May 9, 2025 12:50
The introduction to Reactive Programming you've been missing
@asimihsan
asimihsan / python_resources.md
Last active April 18, 2017 15:37
Python resources

Python resources

  • "Courses" are intended for learning Python via an online interactive course.
  • "Learning books" are intended for learning Python by reading them cover-to-cover.
  • "Reference books" are intended for dipping into randomly as you face particular problems in Python or in general.

All material are specified in order of preference (most to least); all of these

@rxaviers
rxaviers / gist:7360908
Last active May 10, 2025 10:21
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue: