Skip to content

Instantly share code, notes, and snippets.

@tomo0611
tomo0611 / suica.py
Last active May 6, 2024 01:59
Mobile Suica Python Extractor
import requests
import bs4
import re
import datetime
print("JRE Mobile Suica History Extractor v0.1")
print("Developed by @tomo0611_dev\n")
session = requests.Session()
@tomatohater
tomatohater / parsehar.py
Last active May 6, 2024 01:58
parsehar.py - Reads a har file from the filesystem, converts to CSV, then dumps to stdout.
"""Reads a har file from the filesystem, converts to CSV, then dumps to
stdout.
"""
import argparse
import json
from urlparse import urlparse
def main(harfile_path):
"""Reads a har file from the filesystem, converts to CSV, then dumps to
@dev198x
dev198x / rest-api-response-format.md
Created May 6, 2024 01:55 — forked from igorjs/rest-api-response-format.md
REST API response format based on some of the best practices
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Circle Game</title>
<style>
body {
margin: 0;
overflow: hidden;
@zvodd
zvodd / parsehar.py
Last active May 6, 2024 01:56 — forked from tomatohater/parsehar.py
parsehar.py - Reads a har file from the filesystem, converts to CSV, then dumps to stdout.
"""Reads a har file from the filesystem, converts to CSV, then dumps to
stdout.
"""
import argparse
import json
from urllib.parse import urlparse
def main(harfile_path):
"""Reads a har file from the filesystem, converts to CSV, then dumps to
@githubutilities
githubutilities / Uninstall-pkg.md
Last active May 6, 2024 01:55
Uninstall pkg manually in OS X

Mac Uninstall pkg Manually

  • using pkgutil
# list all your installed packages
pkgutil --pkgs

# show your package info
pkgutil --pkg-info 

Building Chrome V8 on Windows

In order to be able to build v8 from scratch on Windows for x64, please follow the following steps.

These instructions were updated to work with Windows 11 Build 10.0.22621, but this should also work on WInodws 10

NOTE: While the Chrome team does provide decent documentation, there are some nuances and other additional steps that must be done for v8 to compile on Windows.

Documentation:

@gruber
gruber / JavaScript Blacklist
Last active May 6, 2024 01:54
My list of blocked sites for use with Drew Thaler's JavaScript Blacklist extension for Safari (https://code.google.com/p/jsblacklist/downloads/list)
adclick.g.doubleclick.net, addthis.com, adgardener.com, adnxs.com, ads.pointroll.com, ads.shorttail.net, apture.com, bop.fm, cdn.taboolasyndication.com, chartbeat.com, chartbeat.net, d1.openx.org, doubleclick.net, doubleverify.com, exitjunction.com, fyre.co, getconnected.southwestwi-fi.com, googleadservices.com, gravity.com, grvcdn.com, imrworldwide.com, intellitxt.com, jetpackdigital.com, kontera.com, livefyre.com, luminate.com, meebo.com, moovmanage.com, outbrain.com, parsely.com, po.st, pointroll.com, pubmatic.com, quantserve.com, s.ppjol.net, scorecardresearch.com, serving-sys.com, sharethis.com, snap.com, superclick.com, taboola.com, taboolasyndication.com, tynt.com, wibiya.com, zergnet.com
@lemoogle
lemoogle / widget.js
Last active May 6, 2024 01:52
Sisense Funnel modified files. Widget.js Render function added zingchart.js at the start of d3-funnel.js
prism.registerWidget("funnel", {
name: "funnel",
family: "Column",
title: "Funnel",
iconSmall: "/plugins/funnelWidget/widget-24.png",
styleEditorTemplate: "/plugins/funnelWidget/styler.html",
style: {
isCurved: false,