Skip to content

Instantly share code, notes, and snippets.

View bdbch's full-sized avatar
🔨
cooking smth

bdbch bdbch

🔨
cooking smth
View GitHub Profile
@bdbch
bdbch / install.bat
Last active June 22, 2018 23:30
Windows Chocolately Setup
choco install geforce-game-ready-driver googlechrome firefox 7zip visualstudiocode git slack discord.install telegram steam spotify ffmpeg nodejs yarn atom keepass vcredist2013 audacity sharex hyper heidisql google-backup-and-sync teamspeak openssh -Y

Keybase proof

I hereby claim:

  • I am bdbch on github.
  • I am dbch (https://keybase.io/dbch) on keybase.
  • I have a public key ASDJTLmSr7lkod5vgp-qiTG5b8OTpnReqGIe3bqw5C18sAo

To claim this, I am signing this object:

@bdbch
bdbch / keybase.md
Created July 7, 2017 11:14
keybase.md

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@bdbch
bdbch / info.md
Created June 27, 2017 21:48
Add Windows 10 apps to Startup on Windows 10

1 - Open The Applications Shortcuts

Press WIN+R and enter

shell:AppsFolder

2 - Create Link to Startup Folder

Press WIN+R and enter

@bdbch
bdbch / gist:912804e636253f0f6f4de79dcf1d35f2
Created June 19, 2017 11:35
Cleanup SVGs from the terminal with SVGO
svgo -f ./ --enable=removeTitle --enable=removeDesc --enable=sortAttrs
{
"translatableOptions": [
{
"label": "Some wpml option",
"type": "text",
"name": "someWpmlOption"
}
],
"globalOptions": [
{
$rupture.scale = lookup('$global-layout-scale') || (0 400px 800px 1200px)
$rupture.anti-overlap = lookup('$global-layout-overlap') || -1px
$gutterWidth = lookup('$global-layout-gutterWidth') || 15px
$containerMaxWidth = lookup('$global-layout-containerMaxWidth') || 1140px
$containerPadding = lookup('$global-layout-containerPadding') || 15px
.flyntComponent[is="flynt-block-post"]
*,
*:before,
*:after
<div class="flyntComponent" is="flynt-block-post">
<div class="post">
<h1 class="post-title">{{ post.title }}</h1>
<p class="post-author">{{ post.author}}</p>
<div class="post-content">{{ post.content }}</div>
</div>
</div>
@bdbch
bdbch / gist:1ba14a96ca77921f3a4db890ed7c4bbb
Created April 19, 2017 14:36
Iframe Regex for src attribute
/<iframe ?.* src="([^"]+)" ?.*>/
@bdbch
bdbch / kommentar.html
Created April 13, 2017 11:01
Maintainable CSS - Demo 3
<article class="kommentar">
<header class="kommentar-header">
<div class="user">
<img src="#" class="user-avatar" />
<h4 class="user-name">
<a href="#" class="user-link">Max Mustermann</a>
</h4>
</div>
</header>
<section class="kommentar-body">