id int64 5 1.93M | title stringlengths 0 128 | description stringlengths 0 25.5k | collection_id int64 0 28.1k | published_timestamp timestamp[s] | canonical_url stringlengths 14 581 | tag_list stringlengths 0 120 | body_markdown stringlengths 0 716k | user_username stringlengths 2 30 |
|---|---|---|---|---|---|---|---|---|
254,468 | Fleetctl destroy all services | Here is a nice little bash trick to destroy all services using fleetctl. fleetctl list-units | sed... | 0 | 2014-07-03T17:03:00 | https://dev.to/adamkdean/fleetctl-destroy-all-services-2647 | bash, fleet, coreos, fleetctl | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Fleetctl destroy all services
slug: fleetctl-destroy-all-services
date: 2014-07-03 17:03
tags:
- bash
- fleet
- coreos
- fleetctl
---
Here is a nice little bash trick to destroy all services using fleetctl.
fleetctl lis... | adamkdean |
254,467 | Detect if JS is running under Node | Here is a snippet for how to detect if JavaScript is running under Node: var isNode = typeof process... | 0 | 2014-07-02T10:26:00 | https://dev.to/adamkdean/detect-if-js-is-running-under-node-ahi | node, snippet, javascript | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Detect if JS is running under Node
slug: detect-if-js-is-running-under-node
date: 2014-07-02 10:26
tags:
- node.js
- snippet
- javascript
---
Here is a snippet for how to detect if JavaScript is running under Node:
var i... | adamkdean |
254,466 | Scale a Dockerfile app in Deis | Deis allows you to run apps in two different ways: using a Procfile, and using a Dockerfile. When... | 0 | 2014-07-01T17:49:00 | https://dev.to/adamkdean/scale-a-dockerfile-app-in-deis-2p1 | deis, procfile, dockerfile | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Scale a Dockerfile app in Deis
slug: scale-a-dockerfile-app-in-deis
date: 2014-07-01 17:49
tags:
- deis
- procfile
- dockerfile
---
Deis allows you to run apps in two different ways: using a Procfile, and using a Dockerfile. ... | adamkdean |
254,465 | RDP via OpenSSH | I wrote about connecting to RDP over SSH, but that relied upon PuTTY. As I'm now using OSX, I have... | 0 | 2014-06-27T11:15:00 | https://dev.to/adamkdean/rdp-via-openssh-1d04 | ssh, rdp | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: RDP via OpenSSH
slug: rdp-via-openssh
date: 2014-06-27 11:15
tags:
- ssh
- rdp
---
I wrote about [connecting to RDP over SSH](http://adamkdean.co.uk/blog/read/105/rdp-via-ssh-putty), but that relied upon PuTTY. As I'm now usin... | adamkdean |
830,665 | How to be an information flow superhero | Everyone participates in information flow, although they may or may not realize it. Information flow... | 0 | 2021-09-18T16:20:22 | https://www.rubick.com/infobits-for-information-flow/ | management, leadership, communication | ---
title: How to be an information flow superhero
published: true
date: 2014-06-24 00:00:00 UTC
tags: management, leadership, communication
canonical_url: https://www.rubick.com/infobits-for-information-flow/
---
<re-img src="communication.jpg" rehyped="{"base64":"data:image/jpeg;base64,/9j/2wBDABALDA4... | jade_rubick_4c243cdc3ad05 |
254,464 | Install Docker on OSX | To install Docker on OSX, you're going to need to install a few prerequisites. Install... | 0 | 2014-06-23T15:44:00 | https://dev.to/adamkdean/install-docker-on-osx-6jh | vagrant, docker, homebrew, boot2docker | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Install Docker on OSX
slug: install-docker-on-osx
date: 2014-06-23 15:44
tags:
- vagrant
- docker
- homebrew
- boot2docker
---
To install Docker on OSX, you're going to need to install a few prerequisites.
1. [Install Homeb... | adamkdean |
254,463 | Install Vagrant on OSX | We're going to install Vagrant on OSX using Homebrew. If you don't already have it, install Homebrew... | 0 | 2014-06-23T15:39:00 | https://dev.to/adamkdean/install-vagrant-on-osx-30b | homebrew, osx, vagrant | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Install Vagrant on OSX
slug: install-vagrant-on-osx
date: 2014-06-23 15:39
tags:
- homebrew
- osx
- vagrant
---
We're going to install `Vagrant` on OSX using [Homebrew](http://brew.sh/).
If you don't already have it, [instal... | adamkdean |
31,787 | パナソニック プライベート・ビエラ UN-JL10T3 レビュー 第4回 Web機能・無線LAN中継器紹介とまとめ編 | プライベート・ビエラの良い所、改善してほしい所 ついに最終回、Webブラウザ機能とオプションながら付属していた無線LAN中継器の紹介、そして全体的な感想です。プライベート・ビエラは管理人にとっ... | 0 | 2018-05-16T20:30:34 | http://connect.coron.tech/archives/51852225.html | review | ---
title: パナソニック プライベート・ビエラ UN-JL10T3 レビュー 第4回 Web機能・無線LAN中継器紹介とまとめ編
published: true
tags: review
canonical_url: http://connect.coron.tech/archives/51852225.html
---
[](http://livedoor.blogimg.jp/cv_k/imgs/0/4/04535458.jpg "IMG\_1540")
プライベート・ビエラの... | takimura |
254,462 | Install VirtualBox on OSX | We're going to install VirtualBox on OSX using Homebrew. If you don't already have it, install... | 0 | 2014-06-23T15:28:00 | https://dev.to/adamkdean/install-virtualbox-on-osx-291e | osx, homebrew, virtualbox | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Install VirtualBox on OSX
slug: install-virtualbox-on-osx
date: 2014-06-23 15:28
tags:
- osx
- homebrew
- virtualbox
---
We're going to install `VirtualBox` on OSX using [Homebrew](http://brew.sh/).
If you don't already have... | adamkdean |
254,461 | Install Homebrew on OSX | To install Homebrew on OSX, simply run this command in your terminal: ruby -e "$(curl -fsSL... | 0 | 2014-06-23T15:22:00 | https://dev.to/adamkdean/install-homebrew-on-osx-57cj | homebrew, osx | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Install Homebrew on OSX
slug: install-homebrew-on-osx
date: 2014-06-23 15:22
tags:
- homebrew
- osx
---
To install Homebrew on OSX, simply run this command in your terminal:
ruby -e "$(curl -fsSL https://raw.github.com/Ho... | adamkdean |
254,460 | Install awscli on OSX | Installing awscli on OSX is easy. If you don't already have it, install pip (python's package... | 0 | 2014-06-23T15:20:00 | https://dev.to/adamkdean/install-awscli-on-osx-2374 | osx, awscli, ec2, aws | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Install awscli on OSX
slug: install-awscli-on-osx
date: 2014-06-23 15:20
tags:
- osx
- awscli
- ec2
- aws
---
Installing `awscli` on OSX is easy. If you don't already have it, install pip (python's package manager).
Now, to... | adamkdean |
254,459 | Install fleetctl on OSX | The easiest way to install fleetctl on OSX is to use Homebrew. If you don't already have it, install... | 0 | 2014-06-23T15:17:00 | https://dev.to/adamkdean/install-fleetctl-on-osx-3gnk | osx, fleetctl | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Install fleetctl on OSX
slug: install-fleetctl-on-osx
date: 2014-06-23 15:17
tags:
- osx
- fleetctl
---
The easiest way to install `fleetctl` on OSX is to use [Homebrew](http://brew.sh/).
If you don't already have it, [install... | adamkdean |
254,458 | rsync could not be found on your PATH | If you're trying to use Vagrant with Windows, and you've opted to use MinGW rather than Cygwin, you... | 0 | 2014-06-18T16:44:00 | https://dev.to/adamkdean/rsync-could-not-be-found-on-your-path-4i3c | rsync, cygwin, mingw, vagrant | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: rsync could not be found on your PATH
slug: rsync-could-not-be-found-on-your-path
date: 2014-06-18 16:44
tags:
- rsync
- cygwin
- mingw
- vagrant
---
If you're trying to use Vagrant with Windows, and you've opted to use MinG... | adamkdean |
298,921 | vimで開いているファイルのディレクトリに移動する | 自動的に移動する autochdirより、コンパイル時に有効にされた場合のみ使用できます。 :echo exists("+autochdir")の結果が0なら残念ながら使う事ができ... | 0 | 2014-06-15T04:37:00 | https://qiita.com/shiena/items/1e98fd14d0ef0084b17f | vim | ---
title: vimで開いているファイルのディレクトリに移動する
published: true
tags: Vim
date: 20140615T04:37Z
canonical_url: https://qiita.com/shiena/items/1e98fd14d0ef0084b17f
---
## 自動的に移動する
[autochdir](http://vim-jp.org/vimdoc-ja/options.html#%27autochdir%27)より、コンパイル時に有効にされた場合のみ使用できます。
`:echo exists("+autochdir")`の結果が`0`なら残念ながら使う事ができません。
... | shiena |
31,786 | パナソニック プライベート・ビエラ UN-JL10T3 レビュー 第3回 番組視聴・HDMI接続編 | タッチで操るタブレット型テレビ プライベート・ビエラの3回目のレビューとなります。いよいよ録画番組も溜まってきましたのでいよいよ実際に視聴してみた場合の紹介と、ネットワーク機能、そしてレコーダ... | 0 | 2018-05-16T20:30:11 | http://connect.coron.tech/archives/51851421.html | review | ---
title: パナソニック プライベート・ビエラ UN-JL10T3 レビュー 第3回 番組視聴・HDMI接続編
published: true
tags: review
canonical_url: http://connect.coron.tech/archives/51851421.html
---
[](http://livedoor.blogimg.jp/cv_k/imgs/3/2/32107fa1.jpg "DSCF9936")
タッチで操るタブレット型テレビ
... | takimura |
254,457 | Example Dockerfile | Here is an example Dockerfile. It installs nginx and adds /src to the wwwroot. Make sure that the... | 0 | 2014-06-10T13:07:00 | https://dev.to/adamkdean/example-dockerfile-28ke | docker, dockerfile, nginx | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Example Dockerfile
slug: example-dockerfile
date: 2014-06-10 13:07
tags:
- docker
- dockerfile
- nginx
---
Here is an example Dockerfile. It installs nginx and adds /src to the wwwroot. Make sure that the files are 755.
... | adamkdean |
254,456 | Access Docker host from container | Docker 1.0 has just been announced, and one thing I was looking forward to was the introspection API... | 0 | 2014-06-10T13:00:00 | https://dev.to/adamkdean/access-docker-host-from-container-2id5 | docker, ubuntu | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Access Docker host from container
slug: access-docker-host-from-container
date: 2014-06-10 13:00
tags:
- docker
- ubuntu
---
Docker 1.0 has just [been announced](http://blog.docker.com/2014/06/its-here-docker-1-0/), and one th... | adamkdean |
31,785 | パナソニック プライベート・ビエラ UN-JL10T3 レビュー 第2回 予約・設定編 | 便利なところ、まだまだと思うところ、 結構いろいろあります プライベート・ビエラの2回目のレビューとなります。実際に使ってみて色々と感じるところがでてきました。今回の記事では、予約の方法や設定... | 0 | 2018-05-16T20:29:41 | http://connect.coron.tech/archives/51850653.html | review | ---
title: パナソニック プライベート・ビエラ UN-JL10T3 レビュー 第2回 予約・設定編
published: true
tags: review
canonical_url: http://connect.coron.tech/archives/51850653.html
---
[](http://livedoor.blogimg.jp/cv_k/imgs/b/3/b3ababbc.jpg "IMG\_1520")
便利なところ、まだまだと思うところ、
結構いろい... | takimura |
1,244,609 | iOS to µC Using HM-1X in Objective-C | (This node will probably float a bit, have lots of work to do on it. My apologies.) I'd been wanting... | 0 | 2014-06-06T10:00:00 | https://ladvien.com/connect-an-arduino-to-iphone | robots, hm10, ios, objectivec | ---
title: iOS to µC Using HM-1X in Objective-C
tags: robots, hm10, ios, objectivec
published_at: 20140606T10:00Z
canonical_url: https://ladvien.com/connect-an-arduino-to-iphone
main_image: https://ladvien.com/images/Botting_iOS.png
published: true
---
(This node will probably float a bit, have lots of work to do on... | ladvien |
272,181 | Rails with no JS framework | Because all apps don’t need Ember or Angular I’m writing code for over a decade now, con... | 0 | 2020-03-02T16:15:59 | https://www.christianblavier.com/rails-with-no-js-framework/ | softwareengineering, ruby, javascript | ---
title: Rails with no JS framework
published: true
date: 2014-02-28 21:57:00 UTC
tags: Software Engineering,Ruby,JS
canonical_url: https://www.christianblavier.com/rails-with-no-js-framework/
---
### Because all apps don’t need Ember or Angular
](http://livedoor.blogimg.jp/cv_k/imgs/5/0/505026b7.jpg "IMG\_1440")
好きなところで、気軽に楽しめるテレビ
... | takimura |
254,450 | Find IP address of Docker container | To get the IP address of a Docker container, use the following command: $ docker inspect --format... | 0 | 2014-05-28T17:31:00 | https://dev.to/adamkdean/find-ip-address-of-docker-container-10ic | docker | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Find IP address of Docker container
slug: find-ip-address-of-docker-container
date: 2014-05-28 17:31
tags:
- docker
---
To get the IP address of a Docker container, use the following command:
```
$ docker inspect --format '{{ ... | adamkdean |
254,448 | Local DNS resolver found in resolv.conf and containers can't use it | I've been playing with Docker for part of a project, and came across this annoying but important... | 0 | 2014-05-28T17:20:00 | https://dev.to/adamkdean/local-dns-resolver-found-in-resolv-conf-and-containers-can-t-use-it-55ih | ubuntu, dhcp, dnsmasq, docker | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Local DNS resolver found in resolv.conf and containers can't use it
slug: local-dns-resolver-found-in-resolv-conf-and-containers-can-t
date: 2014-05-28 17:20
tags:
- ubuntu
- dhcp
- dnsmasq
- docker
---
I've been playing wit... | adamkdean |
254,447 | Install Docker on Ubuntu | To install Docker on Ubuntu 14.04 LTS, run the following commands: $ sudo apt-get install... | 0 | 2014-05-28T15:55:00 | https://dev.to/adamkdean/install-docker-on-ubuntu-2mia | linux, docker, ubuntu | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Install Docker on Ubuntu
slug: install-docker-on-ubuntu
date: 2014-05-28 15:55
tags:
- linux
- docker
- ubuntu
---
To install Docker on Ubuntu 14.04 LTS, run the following commands:
$ sudo apt-get install docker.io
$... | adamkdean |
254,446 | Install Sublime Text on Ubuntu | This relates to installing Sublime Text on Ubuntu 14.04 LTS. For Sublime Text 2, run the following... | 0 | 2014-05-28T15:40:00 | https://dev.to/adamkdean/install-sublime-text-on-ubuntu-1723 | ubuntu, sublime, linux | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Install Sublime Text on Ubuntu
slug: install-sublime-text-on-ubuntu
date: 2014-05-28 15:40
tags:
- ubuntu
- sublime
- linux
---
This relates to installing Sublime Text on Ubuntu 14.04 LTS.
For Sublime Text 2, run the follow... | adamkdean |
327,124 | Binding event to all elements except specific element and all its contents. | Recently I’ve encountered a challenge to close navigation menu on every touch or click, except clicks... | 0 | 2020-05-04T15:37:32 | https://dev.to/forforeach/binding-event-to-all-elements-except-specific-element-and-all-its-contents-3c29 | frontend, javascripteventhan, javascript, web | ---
title: Binding event to all elements except specific element and all its contents.
published: true
date: 2014-05-28 09:29:23 UTC
tags: frontend,javascript-event-han,javascript,web
canonical_url:
---
Recently I’ve encountered a challenge to close navigation menu on every touch or click, except clicks and touches i... | forforeach |
1,575,611 | Kali Linux 1.0.7 Release | Kernel 3.14, Tool Updates, Package Improvements Kali Linux 1.0.7 has just been released,... | 0 | 2023-08-21T21:17:05 | https://www.kali.org/blog/kali-linux-1-0-7-release/ | ---
title: Kali Linux 1.0.7 Release
published: true
date: 2014-05-27 00:00:00 UTC
tags:
canonical_url: https://www.kali.org/blog/kali-linux-1-0-7-release/
---
#### Kernel 3.14, Tool Updates, Package Improvements
Kali Linux 1.0.7 has just been released, complete with a whole bunch of tool updates, a new kernel, and s... | mohammadtaseenkhan | |
298,919 | Goでエスケープシーケンスを使ってコマンドプロンプトに色を出す | コマンドプロンプトで簡単に色を出したい Windowsのコマンドプロンプトで色を出したいならコンソールAPIのSetConsoleTextAttributeを使えばいいのですがエス... | 0 | 2014-05-15T16:20:00 | https://qiita.com/shiena/items/1b51db47009e4b899b1e | go, windows | ---
title: Goでエスケープシーケンスを使ってコマンドプロンプトに色を出す
published: true
tags: Go, Windows
date: 20140515T16:20Z
canonical_url: https://qiita.com/shiena/items/1b51db47009e4b899b1e
---
# コマンドプロンプトで簡単に色を出したい
Windowsのコマンドプロンプトで色を出したいならコンソールAPIの[SetConsoleTextAttribute](http://msdn.microsoft.com/ja-jp/library/cc429756.aspx)を使えばいいのですがエス... | shiena |
46,413 | Growing up... or something |
I would like to try to start blogging more, though I'm not sure what about. Ge... | 0 | 2018-08-27T20:56:40 | https://kritner.blogspot.com/2014/05/growing-up-or-something.html | net, career, certification, peregrin | ---
title: Growing up... or something
published: true
tags: .net,career,certification,Peregrin
canonical_url: https://kritner.blogspot.com/2014/05/growing-up-or-something.html
---
I would like to try to start blogging more, though I'm not sure what about. Getting closer to 30 years old and Kristen and I have finally ... | kritner |
38,205 | Linux kernel profiling features | Intro Sometimes when you’re facing really hard performance problem it’s not always enough... | 0 | 2018-07-09T13:43:31 | https://alex.dzyoba.com/blog/kernel-profiling/ | linux, kernel, profiling | ---
title: Linux kernel profiling features
published: true
tags: linux, kernel, profiling
canonical_url: https://alex.dzyoba.com/blog/kernel-profiling/
---
## Intro
Sometimes when you’re facing really hard performance problem it’s not always enough to profile your application. As we saw while profiling our applicatio... | dzeban |
1,244,612 | LPC1114 -- GCC Toolchain Setup | UPDATE: I tweaked the source and rebuilt lpc21isp to allow for automatic mode switching, bootloader... | 0 | 2014-05-10T10:00:00 | https://ladvien.com/lpc1114-setup-bare-metal | robots, lpc1114, gcc | ---
title: LPC1114 -- GCC Toolchain Setup
tags: robots, lpc1114, gcc
published_at: 20140510T10:00Z
canonical_url: https://ladvien.com/lpc1114-setup-bare-metal
main_image: https://ladvien.com/images/LPC1114_Bare_Metal_ARM2.JPG
published: true
---
UPDATE: I tweaked the source and rebuilt lpc21isp to allow for automati... | ladvien |
254,445 | Flickr API Size enum | Just for future reference, here is the Flickr API sizes as a JavaScript enum. var flickr_sizes = { ... | 0 | 2014-05-05T01:25:00 | https://dev.to/adamkdean/flickr-api-size-enum-iaa | flickr, javascript | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Flickr API Size enum
slug: flickr-api-size-enum
date: 2014-05-05 01:25
tags:
- flickr
- javascript
---
Just for future reference, here is the Flickr API sizes as a JavaScript enum.
var flickr_sizes = {
'square': ... | adamkdean |
84,931 | The day I sold everything | And what I’ve learned about the mobile internet In May 2014 I will move to Amsterdam (more... | 0 | 2019-02-21T16:38:28 | https://dev.to/wes/the-day-i-sold-everything-3g9d | travel | ---
title: The day I sold everything
published: true
tags: travel
---
#### And what I’ve learned about the mobile internet
In May 2014 I will move to Amsterdam (more about this in a future post), and just like every human being that needs to get rid of an entire apartment, it was time to do the typical post “family s... | wes |
476,438 | Hello developers and designers! | Welcome to our new initiative to contribute and spread the learnings/findings we had working with Log... | 0 | 2020-10-05T10:44:08 | https://dev.to/loginradius/hello-developers-and-designers-28gi | engineering | ---
title: Hello developers and designers!
published: true
date: 2014-05-02 00:00:00 UTC
tags: Engineering
canonical_url:
---
Welcome to our new initiative to contribute and spread the learnings/findings we had working with LoginRadius API! We always try to come up with new ideas/process during our development and re... | amanagrwl |
177,426 | Sending push notifications with Google App Engine | When I built a Windows Phone application for local weather forecast it was natura... | 0 | 2019-10-24T09:06:55 | https://dev.to/stipegrbic/sending-push-notifications-with-google-app-engine-50io | backend, windowsphone, googleappengine | ---
title: Sending push notifications with Google App Engine
published: true
tags: backend,windows phone,google app engine
canonical_url:
---
When I built a Windows Phone application for local weather forecast it was naturally to implement push notifications – because you know how hard it is for users to manually che... | stipegrbic |
1,244,606 | Kossel Mini Calibration | This is a continuation of my Robot Metallurgy 101 -- AVR Lesson Journal This is the second part of... | 0 | 2014-04-29T10:00:00 | https://ladvien.com/kossel-mini-calibration | robots, 3dprinter, kosselmini | ---
title: Kossel Mini Calibration
tags: robots, 3dprinter, kosselmini
published_at: 20140429T10:00Z
canonical_url: https://ladvien.com/kossel-mini-calibration
main_image: https://ladvien.com/images/8730999022_8c997d84b1_z.jpg
published: true
---
This is a continuation of my [Robot Metallurgy 101 -- AVR Lesson Journal... | ladvien |
327,123 | Memory leaks in SPA built with Knockout.js | Memory leaks in SPA built with Knockout.js The Problem: When we build large SPA applicati... | 0 | 2020-05-04T15:30:38 | https://dev.to/forforeach/memory-leaks-in-spa-built-with-knockout-js-59ej | frontend, sap, knockoutjs, javascript | ---
title: Memory leaks in SPA built with Knockout.js
published: true
date: 2014-04-28 12:08:03 UTC
tags: frontend,sap,knockoutjs,javascript
canonical_url:
---
### Memory leaks in SPA built with Knockout.js
**The Problem:**
When we build large SPA applications with MV\* frameworks that have data bindings, such as K... | forforeach |
385,585 | Constituga | Constituga O HTML é horrível, Word e PDF são formatos fechados, por isso fiz um parser em JS que... | 0 | 2020-07-07T09:33:02 | https://dev.to/pitermarx/constituga-32f9 | original, shorts, dev | ---
title: Constituga
published: true
date: 2014-04-26 12:09:00 UTC
tags: Original,Shorts,dev
canonical_url:
---
[Constituga](https://github.com/pitermarx/constituga)
O [HTML é horrível](http://www.parlamento.pt/Legislacao/Paginas/ConstituicaoRepublicaPortuguesa.aspx), Word e PDF são formatos fechados, por isso fiz ... | pitermarx |
154,169 | HumbleBundle Downloadagent (hib-dlagent) on Arch Linux | I purchased nearly all Humble Indie Bundles from the HumbleBundle-guys. I also do not want to... | 0 | 2019-08-08T12:58:21 | https://www.zufallsheld.de/2014/04/15/humblebundle-downloadagent-hib-dlagent-on-arch-linux/ | arch, linux, humblebundle | ---
title: HumbleBundle Downloadagent (hib-dlagent) on Arch Linux
published: true
tags: arch,linux,humblebundle
canonical_url: https://www.zufallsheld.de/2014/04/15/humblebundle-downloadagent-hib-dlagent-on-arch-linux/
---
I purchased nearly all Humble Indie Bundles from the [HumbleBundle](https://www.humblebundle.com... | rndmh3ro |
254,444 | Import content using MonoGame & XNA | So I knew this was coming. I knew there would be issues with the content pipeline, long lost roots... | 0 | 2014-04-13T12:12:00 | https://dev.to/adamkdean/import-content-using-monogame-xna-49pi | gamedev, monogame, xna, csharp | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Import content using MonoGame & XNA
slug: import-content-using-monogame-xna
date: 2014-04-13 12:12
tags:
- gamedev
- monogame
- xna
- csharp
---
So I knew this was coming. I knew there would be issues with the content pipelin... | adamkdean |
1,244,608 | Kossel Mini Build | I thought I should give my Kossel a "Robot" page, since Silas asked what the Kossel was, and I told... | 0 | 2014-04-13T10:00:00 | https://ladvien.com/kossel-mini-mechanical | robots, 3dprinter, kosselmini | ---
title: Kossel Mini Build
tags: robots, 3dprinter, kosselmini
published_at: 20140413T10:00Z
canonical_url: https://ladvien.com/kossel-mini-mechanical
main_image: https://ladvien.com/images/IMG_0646.JPG
published: true
---
I thought I should give my Kossel a "Robot" page, since Silas asked what the Kossel was, and I... | ladvien |
254,443 | Check if type exists in MSSQL | Snippet time. Check if a type exists in MSSQL with the following simple query: IF... | 0 | 2014-03-27T16:07:00 | https://dev.to/adamkdean/check-if-type-exists-in-mssql-2mme | sql, mssql, snippet | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Check if type exists in MSSQL
slug: check-if-type-exists-in-mssql
date: 2014-03-27 16:07
tags:
- sql
- mssql
- snippet
---
Snippet time. Check if a type exists in MSSQL with the following simple query:
IF TYPE_ID(N'[dbo]... | adamkdean |
254,441 | Ordering and filtering objects with ng-repeat | AngularJS allows you to iterate over collections using the ng-repeat directive. You have the ability... | 0 | 2014-03-26T10:25:00 | https://dev.to/adamkdean/ordering-and-filtering-objects-with-ng-repeat-1j62 | angular, javascript | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Ordering and filtering objects with ng-repeat
slug: ordering-and-filtering-objects-with-ng-repeat
date: 2014-03-26 10:25
tags:
- angularjs
- javascript
---
AngularJS allows you to iterate over collections using the `ng-repeat` ... | adamkdean |
31,783 | メディア共有機能搭載! 進化したMedia Go 2.7 レビュー iOS/Android端末での使い方もご紹介! | ついにメディア共有機能搭載! 先日、ソニーのメディアファイル管理ソフト、Media Goの最新版である2.7がリリースされました。Media Go 2.7では待望のメディア共有機能が搭載されて... | 0 | 2018-05-16T20:28:28 | http://connect.coron.tech/archives/51838189.html | review | ---
title: メディア共有機能搭載! 進化したMedia Go 2.7 レビュー iOS/Android端末での使い方もご紹介!
published: true
tags: review
canonical_url: http://connect.coron.tech/archives/51838189.html
---
[](http://livedoor.blogimg.jp/cv_k/imgs/f/0/f0f4c372.png "hpcapture000057")
... | takimura |
116,101 | Using make for automatic processing | Recently, I needed to extract text from a PDF file. This PDF file was produced from scanned pages. To... | 0 | 2019-07-04T16:18:53 | https://ofdigitalwater.postach.io/post/using-make-for-automatic-processing | make, discuss | ---
title: Using make for automatic processing
published: true
tags: make,discuss
canonical_url: https://ofdigitalwater.postach.io/post/using-make-for-automatic-processing
---
Recently, I needed to extract text from a PDF file. This PDF file was produced from scanned pages. To extract the pages back, I used command
`... | wincentbalin |
42,794 | Debugging a Node.js application, with node-inspector, within a virtual machine. | If you use a virtual machine to develop your Node.js app and probably you use Vagrant to configure an... | 0 | 2018-10-29T23:03:47 | https://dev.to/leolanchas/debugging-a-nodejs-application-with-node-inspector-within-a-virtual-machine-cmp | javascript, debugging, node, development | ---
title: Debugging a Node.js application, with node-inspector, within a virtual machine.
published: true
tags: javascript,debugging,nodejs,development
canonical_url:
---
If you use a virtual machine to develop your Node.js app and probably you use [Vagrant](http://vagrantup.com/) to configure and port your work env... | leolanchas |
38,204 | Valgrind | Contrary to popular belief, Valgrind is not a single tool, but a suite of such tools, with Memcheck b... | 0 | 2018-07-09T13:06:01 | https://alex.dzyoba.com/blog/valgrind/ | c, linux, profiling | ---
title: Valgrind
published: true
tags: c, linux, profiling
canonical_url: https://alex.dzyoba.com/blog/valgrind/
---
Contrary to popular belief, _Valgrind_ is not a single tool, but a suite of such tools, with _Memcheck_ being a default one. By the time of writing Valgrind suite consists of:
- Memcheck – memory ma... | dzeban |
254,440 | Giving the Squirt.io bookmarklet a favicon | Today I learnt about squirt.io, an open-source Spritz-like bookmarklet which helps you speed read the... | 0 | 2014-03-13T09:00:00 | https://dev.to/adamkdean/giving-the-squirt-io-bookmarklet-a-favicon-3ckp | chrome, squirtio | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Giving the Squirt.io bookmarklet a favicon
slug: giving-the-squirt-io-bookmarklet-a-favicon
date: 2014-03-13 09:00
tags:
- chrome
- squirt-io
---
Today I learnt about [squirt.io](http://www.squirt.io/), an open-source Spritz-l... | adamkdean |
254,439 | Make Google look good again | If you're like me, you're probably feeling like your Wednesday has been ruined by Google testing... | 0 | 2014-03-12T09:54:00 | https://dev.to/adamkdean/make-google-look-good-again-26kg | chrome | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Make Google look good again
slug: make-google-look-good-again
date: 2014-03-12 09:54
tags:
- chrome
---
If you're like me, you're probably feeling like your Wednesday has been ruined by [Google testing bigger, none underlined t... | adamkdean |
254,438 | Reverse the polarity of AngularJS filters | AngularJS allows you to use strings, objects, and functions as filter objects. You can use them to... | 0 | 2014-03-11T16:21:00 | https://dev.to/adamkdean/reverse-the-polarity-of-angularjs-filters-2ngc | javascript, angular | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Reverse the polarity of AngularJS filters
slug: reverse-the-polarity-of-angularjs-filters
date: 2014-03-11 16:21
tags:
- javascript
- angularjs
---
AngularJS allows you to use strings, objects, and functions as filter objects.... | adamkdean |
1,575,610 | Kali Linux Metapackages | One of our goals when developing Kali Linux was to provide multiple metapackages that would allow us... | 0 | 2023-08-21T21:17:07 | https://www.kali.org/blog/kali-linux-metapackages/ | ---
title: Kali Linux Metapackages
published: true
date: 2014-02-26 00:00:00 UTC
tags:
canonical_url: https://www.kali.org/blog/kali-linux-metapackages/
---
One of our goals when developing Kali Linux was to provide multiple [metapackages](https://gitlab.com/kalilinux/packages/kali-meta.git) that would allow us to ea... | mohammadtaseenkhan | |
254,437 | Remove all tags from git repo | I had started to tag builds with a branch name and date, but after a while, these started to make the... | 0 | 2014-03-06T10:27:00 | https://dev.to/adamkdean/remove-all-tags-from-git-repo-3fk3 | git | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Remove all tags from git repo
slug: remove-all-tags-from-git-repo
date: 2014-03-06 10:27
tags:
- git
---
I had started to tag builds with a branch name and date, but after a while, these started to make the log unreadable. It w... | adamkdean |
254,436 | Modify your last commit message | It's easy to modify your last commit message, simply add --amend and commit again. git commit -m... | 0 | 2014-03-05T11:51:00 | https://dev.to/adamkdean/modify-your-last-commit-message-42o0 | snippet, git | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Modify your last commit message
slug: modify-your-last-commit-message
date: 2014-03-05 11:51
tags:
- snippet
- git
---
It's easy to modify your last commit message, simply add `--amend` and commit again.
git commit -m "Fi... | adamkdean |
254,435 | Changing text selection colours | A nice little trick to add a bit of polish to your site is changing the colour of text selection.... | 0 | 2014-03-04T08:53:00 | https://dev.to/adamkdean/changing-text-selection-colours-3g0c | css | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Changing text selection colours
slug: changing-text-selection-colours
date: 2014-03-04 08:53
tags:
- css
---
A nice little trick to add a bit of polish to your site is changing the colour of text selection. [Stockapps Blog](htt... | adamkdean |
298,918 | JavaとApache MINAでお手軽にSSHサーバ作成 | はじめに Apache MINAを使うとJavaで簡単にSSHサーバを作ることができます。 以下はEmbedding SSHD in 5 minutesを元にしたSSHサーバのソー... | 0 | 2014-02-22T17:31:00 | https://qiita.com/shiena/items/996942354bb4eab1af69 | java, ssh | ---
title: JavaとApache MINAでお手軽にSSHサーバ作成
published: true
tags: Java, SSH
date: 20140222T17:31Z
canonical_url: https://qiita.com/shiena/items/996942354bb4eab1af69
---
# はじめに
[Apache MINA](https://mina.apache.org/)を使うとJavaで簡単にSSHサーバを作ることができます。
以下は[Embedding SSHD in 5 minutes](https://mina.apache.org/sshd-project/embeddi... | shiena |
254,434 | Using number inputs, and hiding the arrows | For a long time we've lived with a few basic input types; text, password, select, and submit. But... | 0 | 2014-03-03T11:09:00 | https://dev.to/adamkdean/using-number-inputs-and-hiding-the-arrows-46a3 | webkit, chrome, css, html | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Using number inputs, and hiding the arrows
slug: using-number-inputs-and-hiding-the-arrows
date: 2014-03-03 11:09
tags:
- webkit
- chrome
- css
- html5
---
For a long time we've lived with a few basic input types; text, pass... | adamkdean |
385,584 | Ruby Conf 12 – Y Not- Adventures in Functional Programming by Jim Weirich | Or, “How to implement the Y Combinator in Ruby” | 0 | 2020-07-07T09:32:44 | https://blog.pitermarx.com/2014/02/99/ | videos, dev | ---
title: Ruby Conf 12 – Y Not- Adventures in Functional Programming by Jim Weirich
published: true
date: 2014-02-23 18:31:26 UTC
tags: Videos,dev
canonical_url: https://blog.pitermarx.com/2014/02/99/
---
{% youtube FITJMJjASUs %}
Or, “How to implement the Y Combinator in Ruby” | pitermarx |
1,244,610 | Metallurgy 101 - AVR UART | This is a continuation of my Robot Metallurgy 101 -- AVR Lesson Journal USART_1634 Code Github I... | 20,424 | 2014-02-23T10:00:00 | https://ladvien.com/robot-metallurgy-uart | robots, avr, attiny1634, uart | ---
title: Metallurgy 101 - AVR UART
tags: robots, avr, attiny1634, uart
published_at: 20140223T10:00Z
canonical_url: https://ladvien.com/robot-metallurgy-uart
main_image: https://ladvien.com/images/Simply-AVR-Infographic-1200x11022_0.JPG
series: Robot Metallurgy
published: true
---
This is a continuation of my [Robot... | ladvien |
38,203 | gprof and gcov | gprof and gcov are classical profilers that are still in use. Since the dawn of time, they were used... | 0 | 2018-07-09T10:18:43 | https://alex.dzyoba.com/blog/gprof-gcov/ | c, linux, profiling | ---
title: gprof and gcov
published: true
tags: c, linux, profiling
canonical_url: https://alex.dzyoba.com/blog/gprof-gcov/
---
_gprof_ and _gcov_ are classical profilers that are still in use. Since the dawn of time, they were used by hackers to gain insight into their programs at the source code level.
In the examp... | dzeban |
1,244,611 | Metallurgy 101 - AVR PWM | This is a continuation of my Robot Metallurgy 101 Lesson Journal. After I was able to get my motors... | 20,424 | 2014-02-22T10:00:00 | https://ladvien.com/robot-metallurgy-pwm | robots, avr, attiny1634, pwm | ---
title: Metallurgy 101 - AVR PWM
tags: robots, avr, attiny1634, pwm
published_at: 20140222T10:00Z
canonical_url: https://ladvien.com/robot-metallurgy-pwm
main_image: https://ladvien.com/images/Simply-AVR-Infographic-1200x11022_0.JPG
series: Robot Metallurgy
published: true
---
This is a continuation of my [Robot ... | ladvien |
1,244,614 | Scarab | UPDATE: August 10th, 2014 I printed a body and added BLE. I'll explain tomorrow after I get some... | 20,412 | 2014-02-22T10:00:00 | https://ladvien.com/scarab | robots, hm11, microbot, loadsharing | ---
title: Scarab
tags: robots, hm11, microbot, loadsharing
published_at: 20140222T10:00Z
canonical_url: https://ladvien.com/scarab
main_image: https://ladvien.com/images/IMG_0874.JPG
series: Custom PCBs
published: true
---
UPDATE: August 10th, 2014
I printed a body and added BLE. I'll explain tomorrow after I get... | ladvien |
38,201 | Tale about data corruption, stack and red zone | It was a nice and calm work day when suddenly a wild collegue appeared in front of my desk and asked:... | 0 | 2018-07-09T10:15:48 | https://alex.dzyoba.com/blog/redzone/ | c, asm, linux, kernel | ---
title: Tale about data corruption, stack and red zone
published: true
tags: c, asm, linux, kernel
canonical_url: https://alex.dzyoba.com/blog/redzone/
---
It was a nice and calm work day when suddenly a wild collegue appeared in front of my desk and asked:
> – Hey, uhmm, could you help me with some strange thing?... | dzeban |
254,433 | Find column from all tables | A very useful SQL snippet today, courtesy of Danny Dawes and SQLAuthority. The following query will... | 0 | 2014-02-18T10:26:00 | https://dev.to/adamkdean/find-column-from-all-tables-50gm | sql | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Find column from all tables
slug: find-column-from-all-tables
date: 2014-02-18 10:26
tags:
- sql
---
A very useful SQL snippet today, courtesy of [Danny Dawes](http://twitter.com/noirenex) and [SQLAuthority](http://blog.sqlauth... | adamkdean |
31,782 | “I Enjoy the Music with Boombox” NFC&Bluetooth搭載CDラジオ SONY ZS-RS70BT レビュー | I Enjoy the Music with Boombox (私はCDラジカセ/CDラジオで音楽を楽しみます) あえて今、このような商品を買うのは正直どうなんだろうと思われる方が多いと思... | 0 | 2018-05-16T20:27:54 | http://connect.coron.tech/archives/51832463.html | ---
title: “I Enjoy the Music with Boombox” NFC&Bluetooth搭載CDラジオ SONY ZS-RS70BT レビュー
published: true
tags:
canonical_url: http://connect.coron.tech/archives/51832463.html
---
[](http://livedoor.blogimg.jp/cv_k/imgs/7/0/702558b7.jpg "IMG\_0749")
... | takimura | |
254,432 | Counting commits with Git | To count commits on a branch, you can use git rev-list. For the branch you're on, use: git... | 0 | 2014-02-10T15:56:00 | https://dev.to/adamkdean/counting-commits-with-git-5gli | git | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Counting commits with Git
slug: counting-commits-with-git
date: 2014-02-10 15:56
tags:
- git
---
To count commits on a branch, you can use `git rev-list`.
For the branch you're on, use:
git rev-list --count HEAD
5
Or... | adamkdean |
254,431 | Creating empty files with specific sizes | Note from the future (Feb 3rd, 2020): just remember that DD stands for disk destroyer. Be careful... | 0 | 2014-02-07T14:02:00 | https://dev.to/adamkdean/creating-empty-files-with-specific-sizes-pm5 | linux, dd, fsutil, windows | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Creating empty files with specific sizes
slug: creating-empty-files-with-specific-sizes
date: 2014-02-07 14:02
tags:
- linux
- dd
- fsutil
- windows
---
*Note from the future (Feb 3rd, 2020): just remember that DD stands fo... | adamkdean |
1,244,613 | Advanced(ish) HM-10 | Here are some random notes on working with the HM-10. Working RX/TX LEDs How upgrade the... | 0 | 2014-02-05T10:00:00 | https://ladvien.com/advancedish-hm-10 | robots, hm10 | ---
title: Advanced(ish) HM-10
tags: robots, hm10
published_at: 20140205T10:00Z
canonical_url: https://ladvien.com/advancedish-hm-10
main_image: https://ladvien.com/images/bluetooth-4_01_1.JPG
published: true
---
{% embed https://www.youtube.com/embed/zSp-vwzY-Pg %}
Here are some random notes on working with the HM-... | ladvien |
254,429 | Count files in a directory in Linux | Count files in current directory with: ls | wc -l Enter fullscreen mode Exit... | 0 | 2014-02-05T09:43:00 | https://dev.to/adamkdean/count-files-in-a-directory-in-linux-22e4 | linux, ls, wc, count | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Count files in a directory in Linux
slug: count-files-in-a-directory-in-linux
date: 2014-02-05 09:43
tags:
- linux
- ls
- wc
- count
---
Count files in current directory with:
ls | wc -l
Or count files in a specific di... | adamkdean |
254,428 | RDP via SSH (PuTTY) | If you're like me, and you're paranoid about opening up access to your servers to the internet, you... | 0 | 2014-02-05T08:53:00 | https://dev.to/adamkdean/rdp-via-ssh-putty-3pml | linux, rdp, ssh, windows | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: RDP via SSH (PuTTY)
slug: rdp-via-ssh-putty
date: 2014-02-05 08:53
tags:
- linux
- rdp
- ssh
- windows
---
If you're like me, and you're paranoid about opening up access to your servers to the internet, you might sometimes f... | adamkdean |
254,427 | Port scanning with Netcat | Netcat, or nc, is an excellent tool for linux. One thing it's great for is port scanning. Let us say... | 0 | 2014-02-04T16:46:00 | https://dev.to/adamkdean/port-scanning-with-netcat-625 | nc, netcat, linux | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Port scanning with Netcat
slug: port-scanning-with-netcat
date: 2014-02-04 16:46
tags:
- nc
- netcat
- linux
---
Netcat, or `nc`, is an excellent tool for linux. One thing it's great for is port scanning.
Let us say we want ... | adamkdean |
1,244,626 | Kobold | Kobold Files Awhile back Sparkfun posted a new product, their MiniMoto breakout board. It... | 20,412 | 2014-02-01T10:00:00 | https://ladvien.com/kobold | robots, attiny84, drv8830 | ---
title: Kobold
tags: robots, attiny84, drv8830
published_at: 20140201T10:00Z
canonical_url: https://ladvien.com/kobold
main_image: https://ladvien.com/images/Kobold_6.jpg
series: Custom PCBs
published: true
---
[Kobold Files](/files/Kobold_Working_1.zip)
{% embed https://www.youtube.com/embed/f5g_sLFr69g %}
Awh... | ladvien |
254,426 | Using exclamation marks in commit messages! | If you've ever been particularly excited by a recent packet of work you've done, and tried to show... | 0 | 2014-01-27T13:51:00 | https://dev.to/adamkdean/using-exclamation-marks-in-commit-messages-37ll | git | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Using exclamation marks in commit messages!
slug: using-exclamation-marks-in-commit-messages
date: 2014-01-27 13:51
tags:
- git
---
If you've ever been particularly excited by a recent packet of work you've done, and tried to s... | adamkdean |
154,166 | New blog powered by pelican | I changed my blogging platform from Wordpress to Pelican. Pelican is a static html generator written... | 0 | 2019-08-08T13:03:01 | https://www.zufallsheld.de/2014/01/22/new-blog-powered-by-pelican/ | pelican, python, linux, wordpress | ---
title: New blog powered by pelican
published: true
tags: pelican,python,linux,wordpress
canonical_url: https://www.zufallsheld.de/2014/01/22/new-blog-powered-by-pelican/
---
I changed my blogging platform from [Wordpress](http://wordpress.org) to [Pelican](http://blog.getpelican.com/). Pelican is a static html gen... | rndmh3ro |
6,411 | Enrich user interface of your web application with Bootstrap UI framework |
Bootstrap is very reach UI framework, flexible and responsive. It is made by Tw... | 0 | 2018-03-12T15:26:23 | http://blog.mandarbadve.com/2014/01/21/enrich-user-interface-web-application-bootstrap-ui-framework/ | bootstrap, visualstudio, css | ---
title: Enrich user interface of your web application with Bootstrap UI framework
published: true
tags: Bootstrap,Visual Studio,css,
canonical_url: http://blog.mandarbadve.com/2014/01/21/enrich-user-interface-web-application-bootstrap-ui-framework/
---
Bootstrap is very reach UI framework, flexible and responsive. ... | mandarbadve |
1,575,605 | How to Nuke your Encrypted Kali Installation | There’s been a fair amount of discussion around the recently introduced LUKS nuke patch we added to... | 0 | 2023-08-21T21:17:13 | https://www.kali.org/blog/nuke-kali-linux-luks/ | ---
title: How to Nuke your Encrypted Kali Installation
published: true
date: 2014-01-13 00:00:00 UTC
tags:
canonical_url: https://www.kali.org/blog/nuke-kali-linux-luks/
---
There’s been a [fair amount of discussion](https://www.reddit.com/r/netsec/comments/1ujsv4/emergency_self_destruction_of_luks_in_kali_linux/) a... | mohammadtaseenkhan | |
254,425 | Change filename case in git | Git is case-insensitive. So to change filename case in git, you have to jump through a (small)... | 0 | 2014-01-20T13:55:00 | https://dev.to/adamkdean/change-filename-case-in-git-4ka3 | git | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Change filename case in git
slug: change-filename-case-in-git
date: 2014-01-20 13:55
tags:
- git
---
Git is case-insensitive. So to change filename case in git, you have to jump through a (small) hoop.
git -f <source> <des... | adamkdean |
254,423 | Install LESS highlighting in Sublime Text | Sublime Text doesn't come with LESS highlighting by default, but it's quite easy to install. I've... | 0 | 2014-01-20T09:15:00 | https://dev.to/adamkdean/install-less-highlighting-in-sublime-text-4nik | less, sublimetext | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Install LESS highlighting in Sublime Text
slug: install-less-highlighting-in-sublime-text
date: 2014-01-20 09:15
tags:
- less
- sublimetext
---
Sublime Text doesn't come with LESS highlighting by default, but it's quite easy t... | adamkdean |
1,575,609 | Kali Linux Amazon EC2 AMI | Kali Linux in the Amazon EC2 Marketplace EDIT : For updated Kali Rolling images in the... | 0 | 2023-08-21T21:17:09 | https://www.kali.org/blog/kali-linux-amazon-ec2-ami/ | ---
title: Kali Linux Amazon EC2 AMI
published: true
date: 2014-01-20 00:00:00 UTC
tags:
canonical_url: https://www.kali.org/blog/kali-linux-amazon-ec2-ami/
---
### Kali Linux in the Amazon EC2 Marketplace
**EDIT** : For updated Kali Rolling images in the Amazon AWS, check [this post](https://www.kali.org/blog/kali-... | mohammadtaseenkhan | |
299,018 | unite-haddockでhoogleをいい感じにプレビューする | はじめに vimとunite-haddockプラグインを使うとhoogleでAPIを検索してブラウザでドキュメントを開くことができます。 これはこれで便利なのですが、vimからブラ... | 0 | 2014-01-19T16:16:00 | https://qiita.com/shiena/items/1b6c97f32e3905e15c2b | vim, haskell | ---
title: unite-haddockでhoogleをいい感じにプレビューする
published: true
tags: Vim, Haskell
date: 20140119T16:16Z
canonical_url: https://qiita.com/shiena/items/1b6c97f32e3905e15c2b
---
# はじめに
vimと[unite-haddock](https://github.com/eagletmt/unite-haddock)プラグインを使うとhoogleでAPIを検索してブラウザでドキュメントを開くことができます。
これはこれで便利なのですが、vimからブラウザに切り替わるの... | shiena |
585,566 | Plex for Chromecast | When Plex announced that it would be an official Chromecast partner, I knew that I had to get ahold... | 0 | 2021-01-28T21:44:58 | https://dev.to/scottrobertson/plex-for-chromecast-2lce | ---
title: Plex for Chromecast
published: true
date: 2014-01-19 12:00:00 UTC
tags:
canonical_url:
---
When Plex announced that it would be an official Chromecast partner, I knew that I had to get ahold of one. On Christmas day, I jumped onto Amazon and ordered one for £35.
, we often need to trav... | mohammadtaseenkhan | |
1,244,604 | ATtiny Bitsy Spider | ATtiny Bitsy Spider UPDATE: Added BOM corrections. (Sorry for floating.) Ok. Here's a finished... | 20,412 | 2014-01-04T10:00:00 | https://ladvien.com/attiny-bitsy-spider | robots, pcb, smd, hm10 | ---
title: ATtiny Bitsy Spider
tags: robots, pcb, smd, hm10
published_at: 20140104T10:00Z
canonical_url: https://ladvien.com/attiny-bitsy-spider
main_image: https://ladvien.com/images/Itsy_Bitsy_Spider.jpg
series: Custom PCBs
published: true
---
[ATtiny Bitsy Spider](/files/ATtiny_85__Serial_talking_to_HM_10_v4.zip)... | ladvien |
254,417 | Get length of associative array in JavaScript | Something I learnt just now is that JavaScript is funny about arrays. Unless you're using numerical... | 0 | 2014-01-02T12:07:00 | https://dev.to/adamkdean/get-length-of-associative-array-in-javascript-23f3 | javascript | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Get length of associative array in JavaScript
slug: get-length-of-associative-array-in-javascript
date: 2014-01-02 12:07
tags:
- javascript
---
Something I learnt just now is that JavaScript is funny about arrays. Unless you're... | adamkdean |
31,781 | [2013年年末記事]2013年、どんなことがあったか覚えていますか? 月別で振り返る管理人と世の中の出来事 | 2013年、皆さんにとってどんな一年でしたか? どんなことがあったか覚えていますか? Connect : 本年の年末記事はこの1年を身近な出来事から面白い出来事、そしてそれ以外にも多くの出... | 0 | 2018-05-16T20:27:30 | http://connect.coron.tech/archives/51823601.html | ---
title: [2013年年末記事]2013年、どんなことがあったか覚えていますか? 月別で振り返る管理人と世の中の出来事
published: true
tags:
canonical_url: http://connect.coron.tech/archives/51823601.html
---
[](http://livedoor.blogimg.jp/cv_k/imgs/e/d/ed2e3ce8.jpg "wqdwqd")
2013年、皆さんにとってどんな一年でしたか?
... | takimura | |
154,165 | Python script to check last exec time and exit code of script | I needed a script that checks: whether a cronjob ran at its determined date (that means it runs... | 0 | 2019-08-08T13:23:13 | https://www.zufallsheld.de/2013/12/20/python-script-check-last-exec-time-exit-code-script-2/ | exitcode, linux, nagios, nrpe | ---
title: Python script to check last exec time and exit code of script
published: true
tags: exitcode,linux,nagios,nrpe
canonical_url: https://www.zufallsheld.de/2013/12/20/python-script-check-last-exec-time-exit-code-script-2/
---
I needed a script that checks:
- whether a [cronjob](http://en.wikipedia.org/wiki/Cr... | rndmh3ro |
254,416 | Circular images with CSS | A trend which, while it has been around for a while, seems to be showing up more and more these days... | 0 | 2013-12-19T09:04:00 | https://dev.to/adamkdean/circular-images-with-css-231f | css | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Circular images with CSS
slug: circular-images-with-css
date: 2013-12-19 09:04
tags:
- css
---
A trend which, while it has been around for a while, seems to be showing up more and more these days is circular images. These are q... | adamkdean |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.