Skip to content

Instantly share code, notes, and snippets.

View nanpuhaha's full-sized avatar
๐ŸŒด
On vacation

Seo, Jang-won nanpuhaha

๐ŸŒด
On vacation
  • Seoul, South Korea
View GitHub Profile
@BrockA
BrockA / waitForKeyElements.js
Created May 7, 2012 04:21
A utility function, for Greasemonkey scripts, that detects and handles AJAXed content.
/*--- waitForKeyElements(): A utility function, for Greasemonkey scripts,
that detects and handles AJAXed content.
Usage example:
waitForKeyElements (
"div.comments"
, commentCallbackFunction
);
@astanin
astanin / Direct_Links_in_Google_Search.user.js
Created September 25, 2012 14:52
Remove indirections from Google search results on all TLDs (GreaseMonkey script)
@chrislkeller
chrislkeller / import_json_appsscript.js
Last active December 27, 2024 01:01
Adds what amounts to an =ImportJSON() function to a Google spreadsheet... To use go to Tools --> Script Editor and add the script and save.
/**
* Retrieves all the rows in the active spreadsheet that contain data and logs the
* values for each row.
* For more information on using the Spreadsheet API, see
* https://developers.google.com/apps-script/service_spreadsheet
*/
function readRows() {
var sheet = SpreadsheetApp.getActiveSheet();
var rows = sheet.getDataRange();
var numRows = rows.getNumRows();
@rxaviers
rxaviers / gist:7360908
Last active April 28, 2025 16:01
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:
@devxoul
devxoul / kb_balance.py
Last active September 17, 2024 01:44
๊ตญ๋ฏผ์€ํ–‰ ์ž”์•ก์กฐํšŒ
# -*- coding: utf-8 -*-
from datetime import datetime
import urllib2
def kb_balance(account, password, resident, username):
"""
๊ตญ๋ฏผ์€ํ–‰ ๊ณ„์ขŒ ์ž”์•ก ๋น ๋ฅธ์กฐํšŒ. ๋น ๋ฅธ์กฐํšŒ ์„œ๋น„์Šค์— ๋“ฑ๋ก์ด ๋˜์–ด์žˆ์–ด์•ผ ์‚ฌ์šฉ ๊ฐ€๋Šฅ.
๋น ๋ฅธ์กฐํšŒ ์„œ๋น„์Šค: https://obank.kbstar.com/quics?page=C018920
@consti
consti / hosts
Last active March 20, 2025 21:29
/etc/hosts to block shock sites etc.
# This hosts file is brought to you by Dan Pollock and can be found at
# http://someonewhocares.org/hosts/
# You are free to copy and distribute this file for non-commercial uses,
# as long the original URL and attribution is included.
#<localhost>
127.0.0.1 localhost
127.0.0.1 localhost.localdomain
255.255.255.255 broadcasthost
::1 localhost
@chitacan
chitacan / README.md
Last active December 13, 2024 05:54
์นด์นด์˜คํ†ก ์›€์ง์ด๋Š” ์ด๋ชจํ‹ฐ์ฝ˜์„ gif ๋กœ ๋งŒ๋“ค์–ด๋ณด๊ธฐ

์ค€๋น„๋ฌผ

aosp ์†Œ์Šค์ฝ”๋“œ & ์ด๊ฑธ eng ๋˜๋Š” userdebug ๋ชจ๋“œ๋กœ ๋นŒ๋“œํ•œ ์ด๋ฏธ์ง€๊ฐ€ flash ๋œ ๋„ฅ์„œ์Šค ๋‹จ๋ง(jdb ๋งŒ ์žˆ์–ด๋„ ๋  ๊ฒƒ ๊ฐ™์€๋ฐ ์•„์ง ํ•ด๋ณด์ง€๋Š” ์•Š์•˜์Œ)

aosp ๋นŒ๋“œํ™˜๊ฒฝ์„ ๊ฐ–์ถ”๊ณ  ์‹ถ๋‹ค? ์—ฌ๊ธฐ๋กœ!!

์ดํด๋ฆฝ์Šค ์„ธํŒ…

๋นŒ๋“œ๋œ aosp ์ฝ”๋“œ์™€ ์ดํด๋ฆฝ์Šค๋ฅผ ์—ฐ๊ฒฐํ•ด๋†”์•ผ ๋จ. ์—ฌ๊ธฐ ์ฐธ๊ณ 

@MohamedAlaa
MohamedAlaa / ImageMagick-snippets.md
Last active December 25, 2024 13:50
ImageMagick Snippets

Remove white background color of an image in ImageMagick

$ convert  your.jpg  -transparent white  your.png

Flatten a transparent image with a white background:

@FrancesCoronel
FrancesCoronel / sampleREADME.md
Last active February 10, 2025 02:48
A sample README for all your GitHub projects.

Repository Title Goes Here

Frances Coronel

INSERT GRAPHIC HERE (include hyperlink in image)

Subtitle or Short Description Goes Here

ideally one sentence >