Skip to content

Instantly share code, notes, and snippets.

@voluntas
voluntas / shiguredo_supported_tech.rst
Last active March 19, 2024 04:41
時雨堂を支えていた技術

時雨堂を支えていた技術

日時:2020-10-29
作:時雨堂
バージョン:2020.1
URL:https://shiguredo.jp/

以前使っていたものをこちらにまとめています。

@klamx
klamx / postman_installation.md
Created March 19, 2024 04:35 — forked from Akhil-Suresh/postman_installation.md
Installing Postman on Ubuntu/Debian

Installing Postman

Step 1

If any version of postman is installed we need to remove it

sudo rm -rf /opt/Postman

Step 2

@PORTGAS-D1-ACE
PORTGAS-D1-ACE / GIST TEST
Created March 15, 2024 06:11
ONE PIECE PORTGAS D ACE
FIRE FIST
@mbejda
mbejda / MartinShkreli.txt
Created December 23, 2016 11:38
Martin Shkreli Tweets (Not Tagged)
Heh $OVAS been worthless since day 1. I remember running $RTRX and wondering why they had a similar market cap ($300m at the time).
that sick atlanta buyside scene it's like the new greenwich @fed_speak alt-lanta lmao
Read this nonsense and then look at the resume. http://fed-speak.tumblr.com/ 
http://www.andrewknorr.com 
Look at this self-righteous bullshit. "pedigree" "various finance roles". you were a bitch working for bitches. stop lying @fed_speak
I made a cool website about @fed_speak http://www.andrewknorr.com/ 
i was intern at hedge fund when i was 16 in 2000. that was buy side. guy worked at uhhhhhhh some place that is clearly not buy side for 1 yrhttps://twitter.com/srax6/status/811646170330112000 …
Don't understand the silence. You were such a bad ass tough guy a few minutes ago! Former buy-side". You know what that means right?
You were never on the buy-side @fed_speak . Why lie?
what do you think of $HD stock?https://twitter.com/fed_speak/status/811638046819053568 …
@SoabY
SoabY / JetBrains products Activation code until 15 May 2024
Created October 1, 2023 08:04
JetBrains products Activation code until 15 May 2024
8Z6IT0PIZH-eyJsaWNlbnNlSWQiOiI4WjZJVDBQSVpIIiwibGljZW5zZWVOYW1lIjoiSHVuYW4gTm9ybWFsIFVuaXZlcnNpdHkiLCJhc3NpZ25lZU5hbWUiOiJTdGFyayB6aGFuZyIsImFzc2lnbmVlRW1haWwiOiJzdGFyazE5ODUyMDIwQGdtYWlsLmNvbSIsImxpY2Vuc2VSZXN0cmljdGlvbiI6IkZvciBlZHVjYXRpb25hbCB1c2Ugb25seSIsImNoZWNrQ29uY3VycmVudFVzZSI6ZmFsc2UsInByb2R1Y3RzIjpbeyJjb2RlIjoiRFBOIiwicGFpZFVwVG8iOiIyMDI0LTA1LTE1IiwiZXh0ZW5kZWQiOmZhbHNlfSx7ImNvZGUiOiJEQiIsInBhaWRVcFRvIjoiMjAyNC0wNS0xNSIsImV4dGVuZGVkIjpmYWxzZX0seyJjb2RlIjoiUFMiLCJwYWlkVXBUbyI6IjIwMjQtMDUtMTUiLCJleHRlbmRlZCI6ZmFsc2V9LHsiY29kZSI6IklJIiwicGFpZFVwVG8iOiIyMDI0LTA1LTE1IiwiZXh0ZW5kZWQiOmZhbHNlfSx7ImNvZGUiOiJSU0MiLCJwYWlkVXBUbyI6IjIwMjQtMDUtMTUiLCJleHRlbmRlZCI6dHJ1ZX0seyJjb2RlIjoiR08iLCJwYWlkVXBUbyI6IjIwMjQtMDUtMTUiLCJleHRlbmRlZCI6ZmFsc2V9LHsiY29kZSI6IkRNIiwicGFpZFVwVG8iOiIyMDI0LTA1LTE1IiwiZXh0ZW5kZWQiOmZhbHNlfSx7ImNvZGUiOiJSU0YiLCJwYWlkVXBUbyI6IjIwMjQtMDUtMTUiLCJleHRlbmRlZCI6dHJ1ZX0seyJjb2RlIjoiRFMiLCJwYWlkVXBUbyI6IjIwMjQtMDUtMTUiLCJleHRlbmRlZCI6ZmFsc2V9LHsiY29kZSI6IlBDIiwicGFpZFVwVG8iOiIyMDI0LTA1LTE1IiwiZ
'''
IDA plugin to display the calls and strings referenced by a function as hints.
Installation: put this file in your %IDADIR%/plugins/ directory.
Author: Willi Ballenthin <william.ballenthin@fireeye.com>
Licence: Apache 2.0
'''
import idc
import idaapi
import idautils
@soheilhy
soheilhy / nginxproxy.md
Last active March 19, 2024 04:33
How to proxy web apps using nginx?

Virtual Hosts on nginx (CSC309)

When hosting our web applications, we often have one public IP address (i.e., an IP address visible to the outside world) using which we want to host multiple web apps. For example, one may wants to host three different web apps respectively for example1.com, example2.com, and example1.com/images on the same machine using a single IP address.

How can we do that? Well, the good news is Internet browsers

@itsmattsoria
itsmattsoria / gistfil1.textile
Last active March 19, 2024 04:30
Mac Terminal Cheat Sheet

SHORTCUTS

Key/Command Description
Tab Auto-complete files and folder names
Ctrl + A Go to the beginning of the line you are currently typing on
Ctrl + E Go to the end of the line you are currently typing on
Ctrl + U Clear the line before the cursor
Ctrl + K Clear the line after the cursor
Ctrl + W Delete the word before the cursor
Ctrl + T Swap the last two characters before the cursor
@ih2502mk
ih2502mk / list.md
Last active March 19, 2024 04:29
Quantopian Lectures Saved
@jgaydos
jgaydos / ubuntu18.04_php7.4_sqlsrv.sh
Created February 5, 2020 20:26
Ubuntu 18.04 + PHP7.4 + SQLSRV
#!/bin/bash
#ubuntu 18.04
#php7.4
# install php ppa
apt -y install software-properties-common
add-apt-repository ppa:ondrej/php -y
apt update