Skip to content

Instantly share code, notes, and snippets.

View HelloWorld017's full-sized avatar
๐Ÿ’
muguet - Hanahuruhibi,

nenw* 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 <[email protected]>
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 January 14, 2025 22: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 April 28, 2025 06:24
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 September 26, 2024 05:56
awesome-gaeulbyul

awesome-gaeulbyul

ํ™˜์ƒ์˜ ๊ฐ€์„๋ณ„ ์‡ผ! ๋ญ”๊ฐ€ ๋ณด์—ฌ๋“œ๋ฆฌ๊ฒ ์Šต๋‹ˆ๋‹ค!

๊ฐ„๋‹จ ๋ ˆ์‹œํ”ผ

https://twitter.com/gaeulbyul/status/1294351544091959296

๊ฐ„๋‹จํ•œ 10๋ถ„ ๋ ˆ์‹œํ”ผ: ๋ผ์ง€๊ณ ๊ธฐ๋ฅผ ์–‘๋…์žฅ์— ๋„ฃ๊ณ  8์‹œ๊ฐ„ ์žฌ์šด๋‹ค