Skip to content

Instantly share code, notes, and snippets.

View HelloWorld017's full-sized avatar
💐
muguet - Hanahuruhibi,

Khinenw HelloWorld017

💐
muguet - Hanahuruhibi,
View GitHub Profile
4월의 어느 해맑은 아침,
하라주쿠의 뒤안길에서 나는 100%의 여자아이와 엇갈린다.
솔직히 말해 그다지 예쁜 여자아이는 아니다.
눈에 띄는 데가 있는 것도 아니다.
멋진 옷을 입고 있는 것도 아니다.
머리카락 뒤쪽에는 나쁜 잠버릇이 끈질기게 달라붙어 있고,
나이도 적지 않다.
벌써 서른 살에 가까울테니까.
@luca020400
luca020400 / ambient_display.patch
Created April 27, 2015 09:09
Ambient Display
From e097fc9e7b87332dd887cf55e3a3b021a284b219 Mon Sep 17 00:00:00 2001
From: luca020400 <luca.stefani.ge1@gmail.com>
Date: Mon, 27 Apr 2015 11:08:31 +0200
Subject: [PATCH] msm8226-common: enable ambient display
Change-Id: Ic33479b31094e411da9390b1fbbda2ca92b72db7
---
.../frameworks/base/core/res/res/values/config.xml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
@ErisDS
ErisDS / examples.md
Last active July 2, 2024 23:52
Ghost Filter Query examples

Filter Queries - Example Use Cases

Here are a few example use cases, these use cases combine filter with other parameters to make useful API queries. The syntax for any of this may change between now, implementation, and release - they're meant as illustrative examples :)

Fetch 3 posts with tags which match 'photo' or 'video' and aren't the post with id 5.

api.posts.browse({filter: "tags:[photo, video] + id:-5", limit="3"});

GET /api/posts?filter=tags%3A%5Bphoto%2Cvideo%5D%2Bid%3A-5&limit=3

@paulirish
paulirish / what-forces-layout.md
Last active July 22, 2024 06:32
What forces layout/reflow. The comprehensive list.

What forces layout / reflow

All of the below properties or methods, when requested/called in JavaScript, will trigger the browser to synchronously calculate the style and layout*. This is also called reflow or layout thrashing, and is common performance bottleneck.

Generally, all APIs that synchronously provide layout metrics will trigger forced reflow / layout. Read on for additional cases and details.

Element APIs

Getting box metrics
  • elem.offsetLeft, elem.offsetTop, elem.offsetWidth, elem.offsetHeight, elem.offsetParent
@HelloWorld017
HelloWorld017 / README.md
Last active January 17, 2022 12:52
Powerline style for Atom

How to

  1. Download powerline.less into ATOM_HOME (default: ~/.atom/)
  2. Add @import './powerline.less'; into your styles.less in ATOM_HOME.
  3. Enjoy! :D

Warning

Powerline could not work on some themes.
Officially supported themes:

  • Atom Dark
  • Atom Light
@ygkn
ygkn / session.py
Last active July 24, 2021 12:15
小林さんちのメイドラゴンで出てきたコード(小林さんを探せ!) ref: https://qiita.com/ygkn/items/6b3be1afa31e4092826e
"""
Session Management
(from web.py)
"""
@seompark
seompark / Windows time sync automatically when boot.md
Last active June 6, 2022 03:28
Windows time sync automatically when boot
  1. 제어판 -> 관리 도구 -> 작업 스케쥴러 -> 작업 만들기
  2. 가장 높은 수준의 권한으로 실행 체크
  3. 동작 탭 -> 새로 만들기 -> time.bat 선택 -> 확인 후 저장
@foriequal0
foriequal0 / yaminjeongeum.user.js
Last active May 20, 2024 05:26
브라우저의 모든 텍스트를 야민정음으로 바꿔줍니다
// 브라우저에 GreaseMonkey(Firefox) TamperMonkey(Chrome) 을 설치하고,
// https://gist.github.com/foriequal0/154e73d3289d808e8ce94603f5eff6a4/raw/yaminjeongeum.user.js
// 위 링크를 브라우저에 입력하면 자동으로 스크립트를 설치하겠느냐는 창이 뜹니다.
// ==UserScript==
// @name yaminjeongeum
// @namespace yaminjeongeum.kr
// @description 야민정음
// @include *
// @exclude file://*
@123jimin
123jimin / pms_block.js
Last active February 28, 2019 07:36
A simple userscript for automatically closing KAIST PMS install page
// ==UserScript==
// @name KAIST PMS Blocker
// @namespace http://0xF.kr/
// @version 0.1
// @description Automatically closes PMS page
// @author JiminP
// @match http://143.248.113.1/CPopupRequest
// @grant none
// ==/UserScript==
@gaeulbyul
gaeulbyul / awesome.md
Last active May 11, 2024 15:32
awesome-gaeulbyul