Skip to content

Instantly share code, notes, and snippets.

jejer@raspberrypi:~ $ cat dts
/dts-v1/;
/ {
#address-cells = <0x02>;
memreserve = <0x3b400000 0x4c00000>;
model = "Raspberry Pi 4 Model B Rev 1.2";
serial-number = "10000000116ce5a5";
#size-cells = <0x01>;
interrupt-parent = <0x01>;
#!/bin/sh
wget -c ftp://ftp.compaq.com/pub/softpaq/sp29501-30000/SP29841.exe
cabextract SP29841.exe -F *.nbf
dd if=hx4700_11008_ENG_RC_AKU26.nbf of=raw_rom bs=264744 skip=1 > /dev/null
ROM=hx4700-wince-1.10.rom
# ---- WARNING ----
# !!! Be careful when copy-pasting this !!!
# Each of these echo's should have exactly
# 16 characters. Some mail clients strip
# extra spaces

Keybase proof

I hereby claim:

  • I am jejer on github.
  • I am jejer (https://keybase.io/jejer) on keybase.
  • I have a public key ASAEx8d3Fblj5JAAaH46V0ys6zbmKU_BFMEOxtPIgZmJ1wo

To claim this, I am signing this object:

全文3万多字,看着玩吧,当年真能写,私信的兄弟们自己保存吧,当年怕被叫喝茶都删了
我非常喜欢宋敏,甚至有近似于爱的喜欢,我自认是个很理智的人,遇事通常也会临危不乱,因为感情经历较为丰富,对于自己的感情也能够把握得住,但宋敏出现后我有较长一段时间有种欲望,希望自己能够帮助她,能够不让别人去碰她,能够经常见到她。以至于我认识到这点,想断绝和她的亲密关系时很难过,我每次想她想得不行了,就大量喝酒,因为我们距离不近,我喝了酒就不会开车去找她,而对我来讲酒驾会带来的恶果是数次断绝我欲念的良药。
虽然有些人会说你还有很多方法,比尔打车,做公共交通,交通工具绝对不是隔绝感情的好方法,但我已经发现我开始使用这种方法来对待自己后,就会明白底线在哪儿,绝对不能跨越底线一步。
不知道你们有没有遇到过,在深夜的时候自己的欲望开始蚕食自己的理智,你会非常想去做爱,甚至你会想到和一些自己在清醒时完全不会去想的性对象做爱。我有次在个聊天软件上认识了一个少妇,丈夫在广州,她自己在北京,做美容行业,那天我晚上没事,约她出去,我们在车里聊了一个晚上,但我们没有做什么,因为她长得实在不是我的口味,但她那天却穿的很性感,半夜里穿着细长的高跟,低胸的小吊带,和紧身很短的热裤。我能百分百肯定,她深夜这种打扮去会见一个陌生人,是绝对准备好和他上床的。
但她一直没提,却也不走,愿意在车里陪着我,而我确实觉得这样的人下不去手。事后她娇嗔着说你今天太绅士了,哪天你不想绅士了只要叫我,我就来陪你。所以有段时间,我深夜想到宋敏这个姑娘的时候,我总有种给这个少妇打电话让她来陪我的冲动,哪怕只是做一次爱,也会让我的深夜饥渴消退很长一段。
@jejer
jejer / gist:f66fb6c28e6415beb138ed9dd5294404
Created January 27, 2018 00:45
3ds MultiUpdater config
{
"config": {
"self_updater": true,
"delete_archives": true,
"delete_cias": true
},
"entries": [
{
"name": "CTRPF-AR",
"url": "https://github.com/JourneyOver/CTRPF-AR-CHEAT-CODES",
#用户名
#rpc-user=user
#密码
#rpc-passwd=passwd
#设置加密的密钥
#rpc-secret=secret
#允许rpc
enable-rpc=true
#允许所有来源, web界面跨域权限需要
rpc-allow-origin-all=true
[Unit]
Description=Process Monitoring and Control Daemon
Documentation=http://supervisord.org
After=network.target
[Service]
Type=forking
ExecStart=/usr/bin/supervisord -c /etc/supervisord.conf
ExecReload=/usr/bin/supervisorctl reload
ExecStop=/usr/bin/supervisorctl shutdown
// Place your settings in this file to overwrite the default settings
{
"editor.fontSize": 16,
"files.eol": "\n",
"python.linting.pylintEnabled": false,
"python.linting.pep8Enabled": true,
"python.linting.pep8Args": [
"--ignore=E501,E226"
],
"gitlens.codeLens.enabled": false,
#!/bin/bash
# To use an OpenStack cloud you need to authenticate against the Identity
# service named keystone, which returns a **Token** and **Service Catalog**.
# The catalog contains the endpoints for all services the user/tenant has
# access to - such as Compute, Image Service, Identity, Object Storage, Block
# Storage, and Networking (code-named nova, glance, keystone, swift,
# cinder, and neutron).
#
# *NOTE*: Using the 2.0 *Identity API* does not necessarily mean any other
@jejer
jejer / surfingkeys
Last active March 27, 2017 07:52
Surfingkeys Options
unmap('u', /feedly\.com/i);
unmap('i', /feedly\.com/i);
map('u', 'j', /feedly\.com/i);
map('i', 'k', /feedly\.com/i);
unmap('j', /feedly\.com/i);
unmap('k', /feedly\.com/i);
unmap('v', /feedly\.com/i);
unmap('s', /feedly\.com/i);
unmap('<Ctrl-j>');