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
31,780
ハイレゾって何? ZX1の音質はどれくらい凄い? ソニー ウォークマン NW-ZX1 レビュー ハイレゾ解説&音質評価編
2年前のウォークマンSシリーズと音質比較 ウォークマンZX1が発売されてから1週間以上が過ぎましたが、現在でも各店舗で品薄または品切れ状況が続いているようです。今までのソニーのウォークマン...
0
2018-05-16T20:26:50
http://connect.coron.tech/archives/51821097.html
--- title: ハイレゾって何? ZX1の音質はどれくらい凄い? ソニー ウォークマン NW-ZX1 レビュー ハイレゾ解説&音質評価編 published: true tags: canonical_url: http://connect.coron.tech/archives/51821097.html --- [![IMG_0301](http://livedoor.blogimg.jp/cv_k/imgs/b/f/bf848306-s.jpg)](http://livedoor.blogimg.jp/cv_k/imgs/b/f/bf848306.jpg "IMG\_0301") 2年前のウォークマンSシリーズ...
takimura
254,415
Replace anchor tags with square bracket format
For reason I won't go into, I have just found myself needing to replace a lot of anchor tags with...
0
2013-12-18T13:02:00
https://dev.to/adamkdean/replace-anchor-tags-with-square-bracket-format-16i2
regex, csharp
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Replace anchor tags with square bracket format slug: replace-anchor-tags-with-square-bracket-format date: 2013-12-18 13:02 tags: - regex - csharp --- For reason I won't go into, I have just found myself needing to replace a *lo...
adamkdean
254,414
Detect when ng-options has finished rendering
If you want to fire an event when ng-options finishes rendering options, you can do so by watching...
0
2013-12-10T12:50:00
https://dev.to/adamkdean/detect-when-ng-options-has-finished-rendering-3i8i
javascript, angular
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Detect when ng-options has finished rendering slug: detect-when-ng-options-has-finished-rendering date: 2013-12-10 12:50 tags: - javascript - angularjs --- If you want to fire an event when `ng-options` finishes rendering opti...
adamkdean
1,575,599
Ultimate Pentesting PwnBox (2013) - Utilite Pro
We’re always on the lookout for and interesting ARM hardware for Kali Linux. Whether it’s a Galaxy...
0
2023-08-21T21:17:18
https://www.kali.org/blog/ultimate-pentesting-pwnbox-2013-utilite/
--- title: Ultimate Pentesting PwnBox (2013) - Utilite Pro published: true date: 2013-12-08 00:00:00 UTC tags: canonical_url: https://www.kali.org/blog/ultimate-pentesting-pwnbox-2013-utilite/ --- We’re always on the lookout for and interesting ARM hardware for Kali Linux. Whether it’s a [Galaxy Note](https://www.off...
mohammadtaseenkhan
1,336,666
On Auto-Updating References in LaTeX Documents
I am using LaTeX for almost all of my documents since my third semester, but I just recently (1-2...
0
2023-01-21T11:38:13
https://carstenrn.com/2013/10/latex-packages/
latex, academia
--- title: On Auto-Updating References in LaTeX Documents published: true date: 2013-10-28 00:00:00 UTC tags: - latex - academia canonical_url: https://carstenrn.com/2013/10/latex-packages/ --- I am using [LaTeX](http://www.latex-project.org/) for almost all of my documents since my third semester, but I just rece...
carstenrn
31,779
未体験の、心震える感動を。 高級感あふれる、ソニー ウォークマン NW-ZX1 レビュー
“未体験の、心震える感動を” 2013年12月07日、ついにあのウォークマン ZX1が発売されました。管理人はソニーストアにて注文をしていましたのでクロネコヤマトが届けに来るのを待っていま...
0
2018-05-16T20:25:31
http://connect.coron.tech/archives/51818927.html
--- title: 未体験の、心震える感動を。 高級感あふれる、ソニー ウォークマン NW-ZX1 レビュー published: true tags: canonical_url: http://connect.coron.tech/archives/51818927.html --- [![IMG_0143](http://livedoor.blogimg.jp/cv_k/imgs/4/7/47ef57ae-s.jpg)](http://livedoor.blogimg.jp/cv_k/imgs/4/7/47ef57ae.jpg "IMG\_0143") “未体験の、心震える感動を” 2013年12月07...
takimura
254,413
Remove params from URL in JavaScript
Let us say the param we want to remove is session and our URL is...
0
2013-12-03T12:26:00
https://dev.to/adamkdean/remove-params-from-url-in-javascript-5l
regex, javascript
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Remove params from URL in JavaScript slug: remove-params-from-url-in-javascript date: 2013-12-03 12:26 tags: - regex - javascript --- Let us say the param we want to remove is `session` and our URL is `http://www.example.com/?...
adamkdean
46,412
Stuff and things
So we've been doing a lot of .net development lately at the ol' shop. I'm now ...
0
2018-08-27T20:56:23
https://kritner.blogspot.com/2013/11/stuff-and-things.html
net, ffxiv, ssl, webapi
--- title: Stuff and things published: true tags: .net,ffxiv,ssl,web api canonical_url: https://kritner.blogspot.com/2013/11/stuff-and-things.html --- So we've been doing a lot of .net development lately at the ol' shop. I'm now certified in MS SQL 2008 development, next up is .net! :) Been trying to learn a bit...
kritner
506,915
Create EML file from System.Net.Mail.MailMessage
For a project I was working on, I needed to create an EML file from the standard MailMessage class...
0
2020-11-05T10:21:31
https://dev.to/robinvanderknaap/create-eml-file-from-system-net-mail-mailmessage-4gef
eml, csharp, mailmessage, dotnet
--- title: Create EML file from System.Net.Mail.MailMessage published: true date: 2013-11-23 08:00:00 UTC tags: eml,csharp,mailmessage,dotnet canonical_url: --- > For a project I was working on, I needed to create an EML file from the standard MailMessage class which exists in the System.Net.Mail namespace. I came ac...
robinvanderknaap
254,412
Cloning objects in JavaScript
Just a quick snippet post today. A great way to clone objects in JavaScript and break references is...
0
2013-11-22T09:17:00
https://dev.to/adamkdean/cloning-objects-in-javascript-1k41
javascript, jquery
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Cloning objects in JavaScript slug: cloning-objects-in-javascript date: 2013-11-22 09:17 tags: - javascript - jquery --- Just a quick snippet post today. A great way to clone objects in JavaScript and break references is to ...
adamkdean
1,244,596
OLED via I2C
I guess it's been an I2C weekend. I found these organic light-emitting diode displays...
0
2013-11-17T10:00:00
https://ladvien.com/oled
robots, oled
--- title: OLED via I2C published: true tags: robots, oled published_at: 20131117T10:00Z canonical_url: https://ladvien.com/oled main_image: https://ladvien.com/images/IMG_9167_-_Copy.JPG --- {% embed https://www.youtube.com/embed/kNHjcDs1qfA %} I guess it's been an I2C weekend. I found these [organic light-emittin...
ladvien
254,411
Invoke callbacks with unknown arguments
Whilst working on some instrumentation code, I had need to pass a function and an unknown number of...
0
2013-11-14T14:06:00
https://dev.to/adamkdean/invoke-callbacks-with-unknown-arguments-51fo
javascript
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Invoke callbacks with unknown arguments slug: invoke-callbacks-with-unknown-arguments date: 2013-11-14 14:06 tags: - javascript --- Whilst working on some instrumentation code, I had need to pass a function and an unknown numbe...
adamkdean
1,244,585
ATtiny Adventure -- I2C on ATtiny 84/85
Code UPDATE: Added info on making SPI programming jig (makes life a lot easier). UPDATE: Added...
20,412
2013-11-11T10:00:00
https://ladvien.com/attiny-i2c
robots, attiny85, attiny84, i2c
--- title: ATtiny Adventure -- I2C on ATtiny 84/85 published: true tags: robots, attiny85, attiny84, i2c published_at: 20131111T10:00Z series: Custom PCBs canonical_url: https://ladvien.com/attiny-i2c main_image: https://ladvien.com/images/ATTiny_Adventure_2.jpg --- [Code](/files/Arduino_to_ATtiny_85__through_I2C_2_4...
ladvien
585,565
Pushover
About 2 month ago, I found a nice service going by the name of pushover.net. Pushover makes it easy...
0
2021-01-28T21:45:24
https://dev.to/scottrobertson/pushover-12kl
--- title: Pushover published: true date: 2013-10-10 12:00:00 UTC tags: canonical_url: --- About 2 month ago, I found a nice service going by the name of pushover.net. > Pushover makes it easy to send real-time notifications to your Android and iOS devices. I had a look around for a decent PHP library, but could n...
scottrobertson
327,122
JavaScript Global Object, Namespaces and Object constructors
Global Object A global object is an object that created once the application is running. W...
0
2020-05-04T15:28:58
https://dev.to/forforeach/javascript-global-object-namespaces-and-object-constructors-431i
namespaces, javascript, constructor, javascriptarchitect
--- title: JavaScript Global Object, Namespaces and Object constructors published: true date: 2013-11-09 14:47:15 UTC tags: namespaces,javascript,constructor,javascript-architect canonical_url: --- #### Global Object A global object is an object that created once the application is running. We can’t recreate it or a...
forforeach
1,079,911
The joy of calc()
calc() is a modern css function that allows you to do basic maths in a css file. You can use it to...
0
2022-05-09T13:59:21
https://carl-topham.com//articles/joy-of-calc
--- title: The joy of calc() published: true date: 2013-11-03 00:00:00 UTC tags: canonical_url: https://carl-topham.com//articles/joy-of-calc --- `calc()` is a modern css function that allows you to do basic maths in a css file. You can use it to make semi fluid layouts with great ease. This means that you can have l...
designer023
254,410
No MediaTypeFormatter is available
You may have come across the error message No MediaTypeFormatter is available to read an object of ty...
0
2013-10-24T19:58:00
https://dev.to/adamkdean/no-mediatypeformatter-is-available-3e47
aspnet, webapi
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: No MediaTypeFormatter is available slug: no-mediatypeformatter-is-available date: 2013-10-24 19:58 tags: - asp-net - webapi --- You may have come across the error message `No MediaTypeFormatter is available to read an object o...
adamkdean
1,244,582
A Friendly Overlord
I've been working on this one in silence for a bit. Awhile back it hit me, before I started...
0
2013-10-22T10:00:00
https://ladvien.com/a-friendly-overlord
robots, opencb, python
--- title: A Friendly Overlord published: true tags: robots, opencb, python published_at: 20131022T10:00Z canonical_url: https://ladvien.com/a-friendly-overlord main_image: https://ladvien.com/images/Friendly_Overlord.jpg --- I've been working on this one in silence for a bit. Awhile back it hit me, before I start...
ladvien
262,901
Konsep synchronous dan asynchronous
Dalam postingan pertama ini saya akan sedikit mengulas tentang konsep asynchronous dalam analogi sede...
0
2020-02-17T07:09:26
https://lumochift.org/posts/async-concept/
async
--- title: Konsep synchronous dan asynchronous published: true date: 2013-10-12 13:02:21 UTC tags: async canonical_url: https://lumochift.org/posts/async-concept/ --- Dalam postingan pertama ini saya akan sedikit mengulas tentang konsep asynchronous dalam analogi sederhana sehingga bisa memudahkan pembaca dalam memaha...
lumochift
385,583
1024+ Seconds of JS Wizardry
Martin Kleppe: 1024+ Seconds of JS Wizardry – JSConf EU 2013 (por JSConf)
0
2020-07-07T09:31:57
https://blog.pitermarx.com/2013/10/martin-kleppe-1024-seconds-of-js-wizardry/
shares, videos, dev
--- title: 1024+ Seconds of JS Wizardry published: true date: 2013-10-06 10:30:28 UTC tags: Shares,Videos,dev canonical_url: https://blog.pitermarx.com/2013/10/martin-kleppe-1024-seconds-of-js-wizardry/ --- {% youtube RTxtiLp1C8Y %} Martin Kleppe: 1024+ Seconds of JS Wizardry – JSConf EU 2013 (por [JSConf](http://www...
pitermarx
298,917
SpockとS2JUnit4を混在できないのでspock-seasarを作った
はじめに SAStrutsなどSeasarベースのテストケースを作る時にS2JUnit4を使っているのですが、最近知ったSpockは簡潔に書くことができるので混ぜて使えないか試行錯...
0
2013-09-30T02:45:00
https://qiita.com/shiena/items/b263c0e10b6772cefd5f
java, spock, seasar2
--- title: SpockとS2JUnit4を混在できないのでspock-seasarを作った published: true tags: Java, spock, Seasar2 date: 20130930T02:45Z canonical_url: https://qiita.com/shiena/items/b263c0e10b6772cefd5f --- # はじめに SAStrutsなどSeasarベースのテストケースを作る時にS2JUnit4を使っているのですが、最近知ったSpockは簡潔に書くことができるので混ぜて使えないか試行錯誤していました。しかし、いくつか問題があり単純に混ぜることができませんでした。 ...
shiena
298,903
Gradleでマルチプロジェクト
Gradleは単一プロジェクトだけではなく複数のプロジェクトをまとめて扱うことができて、マルチプロジェクトと呼んでいます。 マルチプロジェクトではいくつかのレイアウトがあるので、以下の3つのプロジェクト...
0
2013-07-30T18:16:00
https://qiita.com/shiena/items/371fe817c8fb6be2bb1e
java, gradle
--- title: Gradleでマルチプロジェクト published: true tags: Java, gradle date: 20130730T18:16Z canonical_url: https://qiita.com/shiena/items/371fe817c8fb6be2bb1e --- Gradleは単一プロジェクトだけではなく複数のプロジェクトをまとめて扱うことができて、マルチプロジェクトと呼んでいます。 マルチプロジェクトではいくつかのレイアウトがあるので、以下の3つのプロジェクトを例に書いてみます。 * `root` プロジェクトをまとめるためのプロジェクト * `share` 共通機能をまとめたプロ...
shiena
298,916
IntelliJのエディタにSublimeText風のmini-mapを表示するプラグイン
インストール手順 Settings -> Plugins -> Browse repositories... -> CodeGlance 開発...
0
2013-09-29T17:27:00
https://qiita.com/shiena/items/84715774551d3c9e1e85
intellij
--- title: IntelliJのエディタにSublimeText風のmini-mapを表示するプラグイン published: true tags: IntelliJ date: 20130929T17:27Z canonical_url: https://qiita.com/shiena/items/84715774551d3c9e1e85 --- ## インストール手順 Settings -> Plugins -> Browse repositories... -> CodeGlance ## 開発元 githubでソースが公開されています。スクリーンショットもあります。 [Vektah/CodeGlance](...
shiena
506,914
Bookreview Instant jqGrid by Gabriel Manricks
JqGrid is an ajax enabled jQuery plugin for showing and editing data in a grid. I’ve been using...
0
2020-11-05T10:23:34
https://dev.to/robinvanderknaap/bookreview-instant-jqgrid-by-gabriel-manricks-nl4
jquery, jqgrid
--- title: Bookreview Instant jqGrid by Gabriel Manricks published: true date: 2013-09-29 07:00:00 UTC tags: jquery,jqgrid canonical_url: --- [_JqGrid_](http://www.trirand.com/jqgridwiki/doku.php) _is an ajax enabled jQuery plugin for showing and editing data in a grid. I’ve been using jqGrid extensively throughout m...
robinvanderknaap
1,244,592
Homemade Pulse Sensor
I've been working on re-making the the Open Hardware Pulse Sensor so it'd be easy to send off to...
20,412
2013-09-22T10:00:00
https://ladvien.com/homemade-pulse-sensor
robots, smd, pcb, pulsesensor
--- title: Homemade Pulse Sensor published: true tags: robots, smd, pcb, pulsesensor published_at: 20130922T10:00Z series: Custom PCBs canonical_url: https://ladvien.com/homemade-pulse-sensor main_image: https://ladvien.com/images/IMG_9109.JPG --- I've been working on re-making the the [Open Hardware Pulse Sensor](ht...
ladvien
254,409
Enable AngularJS HTML5 Routing on IIS
AngularJS has the ability to use HTML5 routing, which means that rather than having your application...
0
2013-09-18T14:57:00
https://dev.to/adamkdean/enable-angularjs-html5-routing-on-iis-4ac
urlrewrite, angular, iis
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Enable AngularJS HTML5 Routing on IIS slug: enable-angularjs-html5-routing-on-iis date: 2013-09-18 14:57 tags: - url-rewrite - angularjs - iis --- AngularJS has the ability to use HTML5 routing, which means that rather than h...
adamkdean
254,408
Enable cross-origin resource sharing (CORS) in IIS
If you're hosting your API on a different domain to your app, such as api.domain.com, you may be hitt...
0
2013-09-18T12:21:00
https://dev.to/adamkdean/enable-cross-origin-resource-sharing-cors-in-iis-4bcm
iis, webapi, cors, webconfig
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Enable cross-origin resource sharing (CORS) in IIS slug: enable-cross-origin-resource-sharing-cors-in-iis date: 2013-09-18 12:21 tags: - iis - webapi - cors - web-config --- If you're hosting your API on a different domain t...
adamkdean
254,407
Force JSON with WebAPI
Sometimes when you call a WebAPI through the browser, you'll be served XML. This may make it easier...
0
2013-09-18T11:17:00
https://dev.to/adamkdean/force-json-with-webapi-56km
webapi, json, api, csharp
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Force JSON with WebAPI slug: force-json-with-webapi date: 2013-09-18 11:17 tags: - webapi - json - api - csharp --- Sometimes when you call a WebAPI through the browser, you'll be served XML. This may make it easier to read, ...
adamkdean
1,244,591
Jot
Videos: UPDATE: 1/05/13 New angle. I finished my ATtiny Bitsy Spider (ABS) board and...
20,412
2013-09-15T10:00:00
https://ladvien.com/jot
robots
--- title: Jot published: true tags: robots published_at: 20130915T10:00Z series: Custom PCBs canonical_url: https://ladvien.com/jot main_image: None --- **Videos:** {% embed https://www.youtube.com/embed/jiU4ZEwfStc %} {% embed https://www.youtube.com/embed/WNtI78fFOlk %} **UPDATE: 1/05/13** New angle. I finish...
ladvien
254,406
Install Emmet (Zen Coding) in Sublime Text
For those who don't know, Zen Coding -- or Emmet as it's now known -- is a set of plugins for text ed...
0
2013-09-11T21:30:00
https://dev.to/adamkdean/install-emmet-zen-coding-in-sublime-text-1n65
sublimetext, emmet, zencoding
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Install Emmet (Zen Coding) in Sublime Text slug: install-emmet-zen-coding-in-sublime-text date: 2013-09-11 21:30 tags: - sublimetext - emmet - zen-coding --- For those who don't know, Zen Coding -- or [Emmet](http://docs.emme...
adamkdean
254,405
Increase playback speed on YouTube
I don't know if you're impatient like me, but if you are, you probably get sick of watching...
0
2013-09-08T15:28:00
https://dev.to/adamkdean/increase-playback-speed-on-youtube-1ak6
youtube, videos
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Increase playback speed on YouTube slug: increase-playback-speed-on-youtube date: 2013-09-08 15:28 tags: - youtube - videos --- I don't know if you're impatient like me, but if you are, you probably get sick of watching tutori...
adamkdean
1,575,598
Kali Linux 1.0.5 and Software Defined Radio
Today we are pleased to announce the immediate availability of Kali Linux 1.0.5 with a rollup of...
0
2023-08-21T21:17:20
https://www.kali.org/blog/kali-linux-1-0-5-release/
--- title: Kali Linux 1.0.5 and Software Defined Radio published: true date: 2013-09-05 00:00:00 UTC tags: canonical_url: https://www.kali.org/blog/kali-linux-1-0-5-release/ --- Today we are pleased to announce the immediate availability of [Kali Linux 1.0.5](https://www.kali.org/get-kali/) with a rollup of various [...
mohammadtaseenkhan
154,160
My conky setup
I’ve been a longtime fan of conky setups and watched many threads where users post their...
0
2019-08-08T13:29:37
https://www.zufallsheld.de/2013/09/03/my-conky-setup/
clementine, conky, pacman, weather
--- title: My conky setup published: true tags: clementine,conky,pacman,weather canonical_url: https://www.zufallsheld.de/2013/09/03/my-conky-setup/ --- I’ve been a longtime fan of conky setups and watched many threads where users post their configurations, but I couldn’t bother writing my own configuration. But now ...
rndmh3ro
1,575,596
Kali Linux on Android using Linux Deploy
Kali Linux on any Android Phone or Tablet Getting Kali Linux to run on ARM hardware has...
0
2023-08-21T21:17:21
https://www.kali.org/blog/kali-linux-android-linux-deploy/
--- title: Kali Linux on Android using Linux Deploy published: true date: 2013-09-03 00:00:00 UTC tags: canonical_url: https://www.kali.org/blog/kali-linux-android-linux-deploy/ --- ### Kali Linux on any Android Phone or Tablet [![](https://www.kali.org/blog/kali-linux-android-linux-deploy/images/linux-deploy-kali-l...
mohammadtaseenkhan
298,915
lightline.vimとvim-anzuで検索ヒット数を表示する
この内容は以下の記事を元にしたlightline.vim版になります。 VAC2012とvim-anzuとvim-airline 先日、以下の投稿でlightline.vimを導入した後に、上の...
0
2013-09-01T17:19:00
https://qiita.com/shiena/items/f53959d62085b7980cb5
vim
--- title: lightline.vimとvim-anzuで検索ヒット数を表示する published: true tags: Vim date: 20130901T17:19Z canonical_url: https://qiita.com/shiena/items/f53959d62085b7980cb5 --- この内容は以下の記事を元にしたlightline.vim版になります。 * [VAC2012とvim-anzuとvim-airline](http://lsifrontend.hatenablog.com/entry/2013/08/20/225913) 先日、以下の投稿でlightline.vimを導入...
shiena
1,244,597
Dot Muncher
I threw this little guy together for my son Silas because he wanted to play with dad's "Wobot." ...
0
2013-08-21T10:00:00
https://ladvien.com/dot-muncher
robots
--- title: Dot Muncher tags: robots published_at: 20130821T10:00Z canonical_url: https://ladvien.com/dot-muncher main_image: https://ladvien.com/images/Silas_Bot_63.JPG published: true --- I threw this little guy together for my son Silas because he wanted to play with dad's "Wobot." There's not a lot to say about hi...
ladvien
298,914
sudoコマンドの公式な発音
話のネタになるコマンドの発音について、sudoは公式な発音があるようです。 Sudo Main PageのFAQ and Troubleshooting Tipsに次のFAQがあります。 Q) Ho...
0
2013-09-01T04:26:00
https://qiita.com/shiena/items/ee76bc85560104399e7e
sudo, pronunciation
--- title: sudoコマンドの公式な発音 published: true tags: sudo, pronunciation date: 20130901T04:26Z canonical_url: https://qiita.com/shiena/items/ee76bc85560104399e7e --- 話のネタになるコマンドの発音について、`sudo`は公式な発音があるようです。 Sudo Main Pageの[FAQ and Troubleshooting Tips](http://www.sudo.ws/sudo/troubleshooting.html)に次のFAQがあります。 > Q) How do yo...
shiena
254,404
Back on the web
Well, after 30 days of silence, the site is back on the web. I have now successfully completed my...
0
2013-08-31T10:36:00
https://dev.to/adamkdean/back-on-the-web-4eom
general
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Back on the web slug: back-on-the-web date: 2013-08-31 10:36 tags: - general --- Well, after 30 days of silence, the site is back on the web. I have now successfully completed my 120 mile move from North West England to Middle...
adamkdean
48,752
Audio and Old Androids
I just got done working on a project that involved the use of the audio tag (with flash fallback for...
0
2018-10-15T23:06:34
http://designfrontier.net/audio-and-old-androids
html, audio, android, javascript
--- title: Audio and Old Androids published: true tags: html5,audio,android,javascript canonical_url: http://designfrontier.net/audio-and-old-androids --- I just got done working on a project that involved the use of the audio tag (with flash fallback for IE) and thought I would share a couple of the issues that we ra...
designfrontier
299,017
vimのstatusline装飾プラグインのlightline.vimを導入してみた
vimのstatusline装飾プラグインは vim-powerline powerline vim-airline 上記のようにいくつかあります。そんな中で最近、更に新しいプラグインが出てきま...
0
2013-08-25T18:11:00
https://qiita.com/shiena/items/a75d252e3814ad6ff7de
vim
--- title: vimのstatusline装飾プラグインのlightline.vimを導入してみた published: true tags: Vim date: 20130825T18:11Z canonical_url: https://qiita.com/shiena/items/a75d252e3814ad6ff7de --- vimのstatusline装飾プラグインは * [vim-powerline](https://github.com/Lokaltog/vim-powerline) * [powerline](https://github.com/Lokaltog/powerline) * [vim-ai...
shiena
585,564
Supervisor + PHP + Nginx
While reinstalling my Mac today I realised how easy it was to get PHP and Nginx working with...
0
2021-01-28T21:46:31
https://dev.to/scottrobertson/supervisor-php-nginx-5ci1
--- title: Supervisor + PHP + Nginx published: true date: 2013-08-25 12:00:00 UTC tags: canonical_url: --- While reinstalling my Mac today I realised how easy it was to get PHP and Nginx working with Supervisor. However, if you asked me this the first time I set up my Mac, I probably would have screamed at you for n...
scottrobertson
298,913
vimでカーソル位置の行と列を強調表示する
vimで検索するとカーソルの位置を見失うことがあります。 そんなときは行や列を強調表示すると見やすくなります。 " 行を強調表示 set cursorline " 列を強調表示 set curso...
0
2013-08-25T03:47:00
https://qiita.com/shiena/items/3f51a2c0b4722427e430
vim
--- title: vimでカーソル位置の行と列を強調表示する published: true tags: Vim date: 20130825T03:47Z canonical_url: https://qiita.com/shiena/items/3f51a2c0b4722427e430 --- vimで検索するとカーソルの位置を見失うことがあります。 そんなときは行や列を強調表示すると見やすくなります。 ```vim:.vimrc " 行を強調表示 set cursorline " 列を強調表示 set cursorcolumn ``` ![カーソル位置の行と列を強調表示](https://dev-to-uploads...
shiena
1,244,583
Overlord
Note, try as I might, guys, I can't get the numbers to line up in my HTML version of my code. ...
0
2013-08-21T10:00:00
https://ladvien.com/overlord
robots, opencv, python
--- title: Overlord published: true tags: robots, opencv, python published_at: 20130821T10:00Z canonical_url: https://ladvien.com/overlord main_image: https://ladvien.com/images/overlord.jpg --- Note, try as I might, guys, I can't get the numbers to line up in my HTML version of my code. Instead, you might just load...
ladvien
154,159
MAC Spoofing under Linux
The announcement of the recent attacks on Tor-users that exploit a Firefox vulnerability in...
0
2019-08-08T13:39:03
https://www.zufallsheld.de/2013/08/07/mac-spoofing-under-linux/
linux, mac, nsa, security
--- title: MAC Spoofing under Linux published: true tags: linux,mac,nsa,security canonical_url: https://www.zufallsheld.de/2013/08/07/mac-spoofing-under-linux/ --- The announcement of the recent [attacks on Tor-users](https://lists.torproject.org/pipermail/tor-announce/2013-August/000089.html) that exploit a Firefox v...
rndmh3ro
48,753
Line-Height... lineheight... line-height
Consider this a Public Service Agreement: There is a bug loose in the internet....
0
2018-09-25T19:20:57
http://designfrontier.net/line-height-line-height-line-height
lineheight, css, javascript
--- title: Line-Height... lineheight... line-height published: true tags: line-height,css,js canonical_url: http://designfrontier.net/line-height-line-height-line-height --- Consider this a Public Service Agreement: There is a bug loose in the internet. It’s a subtle bug but so far every browser I have checked has som...
designfrontier
298,910
Javaで短いFizzBuzz
数年前にAnarchy Golfに投稿したjavaのFizzBuzzです。 懐しくて公開しました。 class f{public static void main(String[]a){for(in...
0
2013-08-04T05:47:00
https://qiita.com/shiena/items/5c8bced35ccc0bc8cf99
java, fizzbuzz
--- title: Javaで短いFizzBuzz published: true tags: Java, FizzBuzz date: 20130804T05:47Z canonical_url: https://qiita.com/shiena/items/5c8bced35ccc0bc8cf99 --- 数年前に[Anarchy Golf](http://golf.shinh.org/p.rb?FizzBuzz#Java)に投稿したjavaのFizzBuzzです。 懐しくて公開しました。 ```java:f.java class f{public static void main(String[]a){for(int i=...
shiena
1,244,590
HM-10
UPDATE: 7/6/14 -- Silkscreen corrections. UPDATE: 6/1/14 BOM Corrections. UPDATE: 4/2/14 --...
20,412
2013-08-03T10:00:00
https://ladvien.com/hm10
robots, hm10, ble
--- title: HM-10 published: true tags: robots, hm10, ble published_at: 20130803T10:00Z series: Custom PCBs canonical_url: https://ladvien.com/hm10 main_image: https://ladvien.com/images/IMG_0356.JPG --- * UPDATE: 7/6/14 -- Silkscreen corrections. * UPDATE: 6/1/14 BOM Corrections. * UPDATE: 4/2/14 -- Corrected informa...
ladvien
254,403
Simple Dependency Injection with StructureMap
Usually when I think of IoC/Dependency Injection for .NET, I think of Ninject, but today I've been lo...
0
2013-08-01T14:13:00
https://dev.to/adamkdean/simple-dependency-injection-with-structuremap-3fn8
csharp, ioc, dependencyinjection
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Simple Dependency Injection with StructureMap slug: simple-dependency-injection-with-structuremap date: 2013-08-01 14:13 tags: - csharp - ioc - dependency-injection --- Usually when I think of IoC/Dependency Injection for .NET...
adamkdean
1,129,837
DBMS Dan Keuntungannya
Secara umum DBMS (Database Management System) diartikan sebagai suatu program komputer yang digunakan...
0
2022-07-01T21:46:19
https://jurnalog.com/dbms-dan-keuntungannya
--- title: DBMS Dan Keuntungannya published: true date: 2013-07-27 17:00:00 UTC tags: canonical_url: https://jurnalog.com/dbms-dan-keuntungannya --- Secara umum DBMS (Database Management System) diartikan sebagai suatu program komputer yang digunakan untuk memasukan, mengubah, menghapus, memanipulasi, dan memperoleh ...
aris
254,402
Simple prototype inheritance in JavaScript
This post is more of a snippet than an in-depth post; something for the future when I stop doing JS...
0
2013-07-31T15:51:00
https://dev.to/adamkdean/simple-prototype-inheritance-in-javascript-5336
oop, javascript
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Simple prototype inheritance in JavaScript slug: simple-prototype-inheritance-in-javascript date: 2013-07-31 15:51 tags: - oop - javascript --- This post is more of a snippet than an in-depth post; something for the future whe...
adamkdean
235,229
UI Kits and Open Design
UI Kits and Open Design. The last few years has seen the wonderful proliferation of UI kit...
0
2013-07-31T00:00:00
https://dev.to/trek/ui-kits-and-open-design-4o50
--- title: UI Kits and Open Design published: true description: tags: date: "2013-07-31" --- ## UI Kits and Open Design. The last few years has seen the [wonderful](http://foundation.zurb.com/) [proliferation](http://twbs.github.io/bootstrap/) of [UI kits](http://topcoat.io/) for the web. These libraries offer non-...
trek
254,401
Override selection style with CSS
You may have noticed that certain designs, such as the amazing SI Digital website, have a custom...
0
2013-07-30T14:39:00
https://dev.to/adamkdean/override-selection-style-with-css-4jkp
css, design
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Override selection style with CSS slug: override-selection-style-with-css date: 2013-07-30 14:39 tags: - css - design --- You may have noticed that certain designs, such as the [amazing SI Digital website](http://sidigital.co/...
adamkdean
298,909
RhodeCodeでPull Requestするとエラーになるのでアドホックパッチ
RhodeCodeでPull Requestするとエラーが起きて、以下のログが出力されました。 UnicodeEncodeErrorなのでpythonで定番のstrとunicodeを混ぜてしまったパター...
0
2013-07-29T03:38:00
https://qiita.com/shiena/items/390048157622befb2bce
rhodecode
--- title: RhodeCodeでPull Requestするとエラーになるのでアドホックパッチ published: true tags: RhodeCode date: 20130729T03:38Z canonical_url: https://qiita.com/shiena/items/390048157622befb2bce --- [RhodeCode](http://rhodecode.org/)でPull Requestするとエラーが起きて、以下のログが出力されました。 `UnicodeEncodeError`なのでpythonで定番のstrとunicodeを混ぜてしまったパターンです。 このとき`prod...
shiena
254,400
Excel SUM/COUNT based on background colour
Today I have had to use VB. It's been seven or eight years since I last touched it, and today it's...
0
2013-07-24T11:27:00
https://dev.to/adamkdean/excel-sum-count-based-on-background-colour-35nd
excel, vba
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Excel SUM/COUNT based on background colour slug: excel-sum-count-based-on-background-colour date: 2013-07-24 11:27 tags: - excel - vba --- Today I have had to use VB. It's been seven or eight years since I last touched it, and...
adamkdean
298,908
vimでコマンドラインウインドウを使わないのはもったいない
コマンドラインウインドウって何? :で実行したExコマンドや/と?で検索した履歴をvimのウインドウに表示したり再実行できる機能です。 コマンドモードは1行しかないので履歴を辿るの...
0
2013-07-23T13:29:00
https://qiita.com/shiena/items/d73ca1dd9d2855c98829
vim
--- title: vimでコマンドラインウインドウを使わないのはもったいない published: true tags: Vim date: 20130723T13:29Z canonical_url: https://qiita.com/shiena/items/d73ca1dd9d2855c98829 --- # コマンドラインウインドウって何? `:`で実行したExコマンドや`/`と`?`で検索した履歴をvimのウインドウに表示したり再実行できる機能です。 コマンドモードは1行しかないので履歴を辿るのに視認性が悪かったり、カーソル移動が矢印キーなので面倒だったりしますが、コマンドラインウインドウではウインドウ内に数行分の...
shiena
298,907
msysgitでSTATUS_ACCESS_VIOLATIONを解消する方法の1つ
gitが動かない! Windows7でmsysgitを使っていたところ、何かを境にしてSTATUS_ACCESS_VIOLATIONが起きるようになりgitを使えなくなりました。...
0
2013-07-22T06:31:00
https://qiita.com/shiena/items/de89dad3bfca33ce776b
windows, git
--- title: msysgitでSTATUS_ACCESS_VIOLATIONを解消する方法の1つ published: true tags: Windows, Git date: 20130722T06:31Z canonical_url: https://qiita.com/shiena/items/de89dad3bfca33ce776b --- # gitが動かない! Windows7でmsysgitを使っていたところ、何かを境にしてSTATUS_ACCESS_VIOLATIONが起きるようになりgitを使えなくなりました。 _人人人人人人人人_ > 突然のgit死亡 <  ̄Y^Y^Y^Y^Y^Y^Y ̄ 症状は[F...
shiena
327,121
Prevent scrolling of parent element with JavaScript
In my current project, I was asked to avoid scrolling of the parent element, when reaching the end of...
0
2020-05-04T15:24:37
https://dev.to/forforeach/prevent-scrolling-of-parent-element-with-javascript-41hi
javascript, web, frontend
--- title: Prevent scrolling of parent element with JavaScript published: true date: 2013-07-16 13:16:30 UTC tags: javascript,web,frontend canonical_url: --- In my current project, I was asked to avoid scrolling of the parent element, when reaching the end of the scroll of the inner element. It sounds like a very si...
forforeach
298,905
Mercurialで安全にパスワードを保存する
Mercurialでパスワードを保存するには、以下のように記述する方法があります。 [auth] example.com.prefix = https://example.com example.c...
0
2013-07-15T15:32:00
https://qiita.com/shiena/items/dd4f919f363ec6e2427e
mercurial
--- title: Mercurialで安全にパスワードを保存する published: true tags: Mercurial date: 20130715T15:32Z canonical_url: https://qiita.com/shiena/items/dd4f919f363ec6e2427e --- Mercurialでパスワードを保存するには、以下のように記述する方法があります。 ```sh:~/.hgrc [auth] example.com.prefix = https://example.com example.com.user = xxxxxxx example.com.password = xxxxx...
shiena
254,399
Natural box layout model
Unfortunately, browsers do not always implement the default CSS rules that we would like. One rule...
0
2013-07-15T12:58:00
https://dev.to/adamkdean/natural-box-layout-model-40jh
css
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Natural box layout model slug: natural-box-layout-model date: 2013-07-15 12:58 tags: - css --- Unfortunately, browsers do not always implement the default CSS rules that we would like. One rule which should almost definitely be...
adamkdean
1,575,591
Pass the Hash toolkit, Winexe and more.
We’ve just pushed a bunch of packages, tools, and utilities to the main Kali repositories. These...
0
2023-08-21T21:24:19
https://www.kali.org/blog/pass-the-hash-toolkit-winexe-updates/
--- title: Pass the Hash toolkit, Winexe and more. published: true date: 2013-07-15 00:00:00 UTC tags: canonical_url: https://www.kali.org/blog/pass-the-hash-toolkit-winexe-updates/ --- We’ve just pushed a bunch of packages, tools, and utilities to the main Kali repositories. These tools have been on the top of our w...
mohammadtaseenkhan
298,904
IntelliJとGradleとVCSではまったこと
IntelliJでGradleとVCSを使うときに以下の構成に当てはまると起こる問題です。 Gradleの構成がフラットなスタイルのマルチプロジェクトであること VCSにGitもしくはMercuri...
0
2013-07-14T16:02:00
https://qiita.com/shiena/items/8c8dbbd51dd4566125c0
git, mercurial, intellij, gradle
--- title: IntelliJとGradleとVCSではまったこと published: true tags: Git, Mercurial, IntelliJ, gradle date: 20130714T16:02Z canonical_url: https://qiita.com/shiena/items/8c8dbbd51dd4566125c0 --- IntelliJでGradleとVCSを使うときに以下の構成に当てはまると起こる問題です。 * Gradleの構成がフラットなスタイルのマルチプロジェクトであること * VCSにGitもしくはMercurialを使っていること フラットなスタイルについては前に投稿...
shiena
1,244,743
Incomplete Works
I'm posting this collection out of frustration and perhaps defeat. I've been working on several...
20,412
2013-07-14T10:00:00
https://ladvien.com/incomplete-works
robots, hm10, ble, pulsesensor
--- title: Incomplete Works tags: robots, hm10, ble, pulsesensor published_at: 20130714T10:00Z canonical_url: https://ladvien.com/incomplete-works main_image: https://ladvien.com/images/IMG_0641.JPG series: Custom PCBs published: true --- I'm posting this collection out of frustration and perhaps defeat. I've been w...
ladvien
254,398
Git workflow scripts
The following are a couple of general purpose scripts which will help you to work quicker with Git....
0
2013-07-11T15:37:00
https://dev.to/adamkdean/git-workflow-scripts-1km2
productivity, bash, git
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Git workflow scripts slug: git-workflow-scripts date: 2013-07-11 15:37 tags: - productivity - bash - git --- The following are a couple of general purpose scripts which will help you to work quicker with Git. Put these in you...
adamkdean
254,397
Fix jagged fonts in Chrome/WebKit
Just a quick post today, more of a reminder for myself than anything. The following is a great way to...
0
2013-07-10T14:50:00
https://dev.to/adamkdean/fix-jagged-fonts-in-chrome-webkit-1dkj
webkit, chrome, css
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Fix jagged fonts in Chrome/WebKit slug: fix-jagged-fonts-in-chrome-webkit date: 2013-07-10 14:50 tags: - webkit - chrome - css --- Just a quick post today, more of a reminder for myself than anything. The following is a great...
adamkdean
1,794
Hello World
The famous Hello World program written in different ways in Crystal
0
2013-07-10T00:00:00
https://crystal-lang.org/2013/07/10/hello-world.html
crystallang
--- title: Hello World description: The famous Hello World program written in different ways in Crystal published: true tags: crystal-lang canonical_url: https://crystal-lang.org/2013/07/10/hello-world.html date: July 10th, 2013 --- _This blogpost was originally posted by [@asterite](https://github.com/asterite) and [...
matiasgarciaisaia
116,100
Using pcal to create monthly calendars in landscape format
Would you like to have a monthly calendar, printed using DIN A4 landscape format, like this one? If...
0
2019-08-01T17:30:16
https://ofdigitalwater.postach.io/post/using-pcal-to-create-monthly-calendars-in-landscape-format
productivity, tools
--- title: Using pcal to create monthly calendars in landscape format published: true tags: productivity,tools canonical_url: https://ofdigitalwater.postach.io/post/using-pcal-to-create-monthly-calendars-in-landscape-format --- Would you like to have a monthly calendar, printed using DIN A4 landscape format, like [thi...
wincentbalin
254,396
Easily bypass Same Origin Policy
If you've ever tried to use AJAX or an iFrame to load another website in javascript and been unable...
0
2013-07-03T15:54:00
https://dev.to/adamkdean/easily-bypass-same-origin-policy-4i2m
jquery, javascript, ajax, json
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Easily bypass Same Origin Policy slug: easily-bypass-same-origin-policy date: 2013-07-03 15:54 tags: - jquery - javascript - ajax - json --- If you've ever tried to use AJAX or an iFrame to load another website in javascript...
adamkdean
435,630
ImageMagick эксперименты #8
Привет! Сегодня у нас уроки кирпичизма. Надеюсь m$oft не наедет на меня за использование прямоугольни...
8,452
2013-05-04T14:53:00
https://vk.com/wall38057738_954
fun, imagemagick
--- date: "2013-05-04 20:53:00 +0600" canonical_url: "https://vk.com/wall38057738_954" series: "Эксперименты с картинками" --- Привет! Сегодня у нас уроки кирпичизма. Надеюсь m$oft не наедет на меня за использование прямоугольников. Итак, что будет если мы разобьем матрицу на много подматриц произвольной формы? А если...
senior_sigan
254,395
Check for valid url with JavaScript + RegEx
This next snippet is going to look hideous. If you're eating right now, swallow first. If you're...
0
2013-07-03T14:52:00
https://dev.to/adamkdean/check-for-valid-url-with-javascript-regex-17e4
javascript, regex
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Check for valid url with JavaScript + RegEx slug: check-for-valid-url-with-javascript-regex date: 2013-07-03 14:52 tags: - javascript - regex --- This next snippet is going to look hideous. If you're eating right now, swallow ...
adamkdean
327,120
KnockoutJS simple truncate text binding handler
Hello everyone, On my current project I needed to truncate text in some titles. Since we’re using Kn...
0
2020-05-04T15:24:11
https://dev.to/forforeach/knockoutjs-simple-truncate-text-binding-handler-4jmg
javascript, web, knockoutjs
--- title: KnockoutJS simple truncate text binding handler published: true date: 2013-06-24 09:07:05 UTC tags: javascript,web,knockoutjs canonical_url: --- Hello everyone, On my current project I needed to truncate text in some titles. Since we’re using KnockoutJS, I decided to write custom binding handler. And so I...
forforeach
254,964
Detect enter key hit using jQuery
Just a little snippet today, for future reference more than anything....
0
2013-07-03T14:33:00
https://dev.to/adamkdean/detect-enter-key-hit-using-jquery-5b20
jquery, javascript
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Detect enter key hit using jQuery slug: detect-enter-key-hit-using-jquery date: 2013-07-03 14:33 published: true tags: - jquery - javascript --- Just a little snippet today, for future reference more than anything. $('.text...
adamkdean
254,963
Douglas Adams - "biscuits"
This post is off-topic, but I just read something amazing and it has made me smile more than anything...
0
2013-07-02T12:22:00
https://dev.to/adamkdean/douglas-adams-biscuits-nin
biscuits, offtopic
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Douglas Adams - "biscuits" slug: douglas-adams-biscuits date: 2013-07-02 12:22 published: true tags: - biscuits - off-topic --- This post is off-topic, but I just read something amazing and it has made me smile more than anythi...
adamkdean
254,954
jQuery Categories using isotope
While I don't do much design stuff nowadays, I do enjoy it when I get the chance. After discussing a...
0
2013-07-01T16:41:00
https://dev.to/adamkdean/jquery-categories-using-isotope-4d4d
javascript, jquery, isotope, design
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: jQuery Categories using isotope slug: jquery-categories-using-isotope date: 2013-07-01 16:41 published: true tags: - javascript - jquery - isotope - design --- While I don't do much design stuff nowadays, I do enjoy it when ...
adamkdean
254,393
Resize Bitmap without major quality loss
I'm working on a computer vision project at the moment. Whilst working on it, I've had to resize a...
0
2013-06-27T16:31:00
https://dev.to/adamkdean/resize-bitmap-without-major-quality-loss-1b18
bitmap, image, csharp
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Resize Bitmap without major quality loss slug: resize-bitmap-without-major-quality-loss date: 2013-06-27 16:31 tags: - bitmap - image - csharp --- I'm working on a [computer vision](https://en.wikipedia.org/wiki/Computer_visio...
adamkdean
254,392
Cross thread calls made easier
Back in 2010 I wrote a blog post about cross thread calls, showing how to overcome invalid...
0
2013-06-27T14:19:00
https://dev.to/adamkdean/cross-thread-calls-made-easier-59m1
csharp, delegates, generics, threading
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Cross thread calls made easier slug: cross-thread-calls-made-easier date: 2013-06-27 14:19 tags: - csharp - delegates - generics - threading --- Back in 2010 I wrote a blog post about [cross thread calls](http://www.adamkdean...
adamkdean
1,079,910
Creating a chrome extension - an update
Since I wrote my last post on creating a Chrome extension , there have been a few changes to how the...
0
2022-05-09T13:59:27
https://carl-topham.com//articles/creating-a-chrome-extension-an-update
--- title: Creating a chrome extension - an update published: true date: 2013-06-07 00:00:00 UTC tags: canonical_url: https://carl-topham.com//articles/creating-a-chrome-extension-an-update --- Since I wrote my last post on [creating a Chrome extension](/articles/creating-a-chrome-extension-that-uses-jquery-to-manipu...
designer023
342,470
Display and filter traffic at the varnish level: vlogdump
Haven’t written much in the last few months. The reason is that I’ve been at work building the Opera...
0
2020-05-23T19:46:42
http://www.streppone.it/cosimo/blog/2013/05/display-and-filter-traffic-at-the-varnish-level-vlogdump/
varnish, awk, devops
--- title: Display and filter traffic at the varnish level: vlogdump published: true date: 2013-05-25 07:45:03 UTC tags: varnish,awk,devops canonical_url: http://www.streppone.it/cosimo/blog/2013/05/display-and-filter-traffic-at-the-varnish-level-vlogdump/ --- Haven’t written much in the last few months. The reason is...
cosimo
254,391
Coderbits Pie Charts
If you've taken a look at my profile you may have noticed that I've switched the GitHub/StackOverflow...
0
2013-05-23T16:36:00
https://dev.to/adamkdean/coderbits-pie-charts-2da8
coderbits, raphael, graphael, javascript
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Coderbits Pie Charts slug: coderbits-pie-charts date: 2013-05-23 16:36 tags: - coderbits - raphael - graphael - javascript --- If you've taken a look at [my profile](http://www.adamkdean.co.uk/profile/index) you may have not...
adamkdean
435,633
ImageMagick эксперименты #9
Продолжаем поиск чего-то необычного и вещественного. В предыдущем посте я сделал “квадратное сложение...
8,452
2013-05-16T08:36:00
https://vk.com/wall38057738_966
fun, imagemagick
--- date: "2013-05-16 14:36:00 +0600" canonical_url: "https://vk.com/wall38057738_966" series: "Эксперименты с картинками" --- Продолжаем поиск чего-то необычного и вещественного. В предыдущем посте я сделал “квадратное сложение” няшек. Настал час истины. Совершим же перекрёстное слияние няшек. И тут размер итогового ...
senior_sigan
254,390
First time actually using uShowcase
So today is the first time I've actually used my own project, uShowcase, to make a photo gallery. I...
0
2013-05-13T15:10:00
https://dev.to/adamkdean/first-time-actually-using-ushowcase-g28
ushowcase, umbraco
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: First time actually using uShowcase slug: first-time-actually-using-ushowcase date: 2013-05-13 15:10 tags: - ushowcase - umbraco --- So today is the first time I've actually used my own project, uShowcase, to make a photo gall...
adamkdean
1,244,594
Restoring Angstrom to eMMC on Beaglebone Black
UPDATE: I discovered the link I had was referring (which is the true stock image) is unuseable...
0
2013-05-11T10:00:00
https://ladvien.com/restoring-angstrom-bbb
robots, beagleboneblack, linux, soc
--- title: Restoring Angstrom to eMMC on Beaglebone Black published: true tags: robots, beagleboneblack, linux, soc published_at: 20130511T10:00Z canonical_url: https://ladvien.com/restoring-angstrom-bbb main_image: None --- {% embed https://www.youtube.com/embed/-UuNNiwHWFU %} **UPDATE: I discovered the link I had ...
ladvien
1,244,593
Beaglebone Black
8/25/13: This fellow here has made some pretty nifty walkthroughs on the rtl8192 and the...
0
2013-05-06T10:00:00
https://ladvien.com/beaglebone-black
robots, beagleboneblack, linux, soc
--- title: Beaglebone Black published: true tags: robots, beagleboneblack, linux, soc published_at: 20130506T10:00Z canonical_url: https://ladvien.com/beaglebone-black main_image: https://ladvien.com/images/B_3PinOut3.png --- {% embed https://www.youtube.com/embed/99WxBqoRHk0 %} {% embed https://www.youtube.com/embed/p...
ladvien
254,387
Rocks - Simple turret AI
So I've been playing with Unity the last couple of days, and I quite like it. I'm not much of a fan...
0
2013-05-05T21:11:00
https://dev.to/adamkdean/rocks-simple-turret-ai-5636
unity3d, futile, gamedev
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Rocks - Simple turret AI slug: rocks-simple-turret-ai date: 2013-05-05 21:11 tags: - unity - futile - gamedev --- So I've been playing with Unity the last couple of days, and I quite like it. I'm not much of a fan of the scen...
adamkdean
254,386
Unity3d web player MIME type
IIS doesn't like serving unknown MIME types, and one of these happens to be the unity3d file for Unit...
0
2013-05-05T17:37:00
https://dev.to/adamkdean/unity3d-web-player-mime-type-5e2m
iis, unity3d, mimetypes
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Unity3d web player MIME type slug: unity3d-web-player-mime-type date: 2013-05-05 17:37 tags: - iis - unity3d - mime-types --- IIS doesn't like serving unknown MIME types, and one of these happens to be the *unity3d* file for ...
adamkdean
154,156
Distro Picker: Chooses your Linux-Distribution
Allan McRae, Pacman developer, found an interesting small tool, called Distro Picker. This tool finds...
0
2019-08-08T13:11:59
https://www.zufallsheld.de/2013/05/03/distro-picker-chooses-your-linux-distribution/
arch, distro, linux
--- title: Distro Picker: Chooses your Linux-Distribution published: true tags: arch,distro,linux canonical_url: https://www.zufallsheld.de/2013/05/03/distro-picker-chooses-your-linux-distribution/ --- [Allan McRae](http://allanmcrae.com/2013/05/interesting-links-april-2013/), Pacman developer, found an interesting sm...
rndmh3ro
148,194
Shipping is Your Primary Feature
I’ll keep this one short and sweet, and just say this: The most important feature that your software...
0
2019-07-26T02:02:00
http://mike.sherov.com//shipping-is-your-primary-feature/
career, productivity
--- title: Shipping is Your Primary Feature published: true tags: career, productivity canonical_url: http://mike.sherov.com//shipping-is-your-primary-feature/ --- I’ll keep this one short and sweet, and just say this: The most important feature that your software can have is that it’s in the hands of end users. That’...
mikesherov
1,575,589
Kali Linux Accessibility Improvements
A couple of weeks ago, we were approached (independently) by two blind security enthusiasts who both...
0
2023-08-21T21:24:22
https://www.kali.org/blog/kali-linux-1-0-3-release/
--- title: Kali Linux Accessibility Improvements published: true date: 2013-04-26 00:00:00 UTC tags: canonical_url: https://www.kali.org/blog/kali-linux-1-0-3-release/ --- A couple of weeks ago, we were approached (independently) by two blind security enthusiasts who both drew our attention to the fact that Kali Linu...
mohammadtaseenkhan
435,625
ImageMagick эксперименты #7
Продолжаем творить велосипеды, самокаты, драндулеты и прочие штуки. Отвлечемся от искажения цвета и п...
8,452
2013-04-24T14:46:00
https://vk.com/wall38057738_936
fun, imagemagick
--- date: "2013-04-24 20:46:00 +0600" canonical_url: "https://vk.com/wall38057738_936" series: "Эксперименты с картинками" --- Продолжаем творить велосипеды, самокаты, драндулеты и прочие штуки. Отвлечемся от искажения цвета и поэкспериментируем над позициями пикселей. # Инвертирование Каждую нечетную строку инверти...
senior_sigan
254,385
uShowcase - Umbraco Photo Gallery
So today I've released my first Umbraco project, a simple and easily modifiable photo gallery starter...
0
2013-04-24T14:36:00
https://dev.to/adamkdean/ushowcase-umbraco-photo-gallery-4jp1
umbraco, ushowcase
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: uShowcase - Umbraco Photo Gallery slug: ushowcase-umbraco-photo-gallery date: 2013-04-24 14:36 tags: - umbraco - ushowcase --- So today I've released my first Umbraco project, a simple and easily modifiable photo gallery start...
adamkdean
1,243,067
OpenCV on a Raspberry Pi
Code No longer afeared of frying my Pi, I've moved on to trying to implement some of my bot...
20,411
2013-04-24T10:00:00
https://ladvien.com/opencv-on-rpi
robots, opencv, python
--- title: OpenCV on a Raspberry Pi published: true tags: robots, opencv, python published_at: 20130424T10:00Z series: Raspberry Pi canonical_url: https://ladvien.com/opencv-on-rpi main_image: https://ladvien.com/images/USBPi.JPG --- [Code](/files/facedetectv10.zip) {% embed https://www.youtube.com/embed/Uo0NFRkdIWc...
ladvien
1,243,068
Pi Power -- How I Made a Battery Powered USB Hub
As I prepare to start adding peripherals to my Pi Bot, I wanted to be sure to get around the...
20,411
2013-04-20T10:00:00
https://ladvien.com/pi-power
robots, hack
--- title: Pi Power -- How I Made a Battery Powered USB Hub published: true tags: robots, hack published_at: 20130420T10:00Z series: Raspberry Pi canonical_url: https://ladvien.com/pi-power main_image: https://ladvien.com/images/USBPi.JPG --- {% embed https://www.youtube.com/embed/nxfNJJ34a7Q %} As I prepare to star...
ladvien
585,561
Route all .dev URL's to 127.0.0.1
If you're like me, you always forget to edit the /etc/hosts file when you want to view a local...
0
2021-01-28T21:47:24
https://dev.to/scottrobertson/route-all-dev-url-s-to-127-0-0-1-4ccb
--- title: Route all .dev URL's to 127.0.0.1 published: true date: 2013-04-18 12:00:00 UTC tags: canonical_url: --- If you're like me, you always forget to edit the /etc/hosts file when you want to view a local site. To get around this, you can use the following script to route all your .dev urls to 127.0.0.1 (or a...
scottrobertson
254,384
Getting Started with Git for Windows
Following on from my Installing Git for Windows post, today we're going to learn how to get started...
0
2013-04-18T11:53:00
https://dev.to/adamkdean/getting-started-with-git-for-windows-g41
github, windows, tutorial, git
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Getting Started with Git for Windows slug: getting-started-with-git-for-windows date: 2013-04-18 11:53 tags: - github - windows - tutorial - git --- Following on from my [Installing Git for Windows](https://dev.to/adamkdean/...
adamkdean
901,725
How to detect keycode / key pressed in jquery
Tracking a keyCode can be very helpful if you would like to give your visitors a user-friendly...
0
2021-12-16T10:25:05
https://www.moreonfew.com/how-to-identify-keycode-or-key-pressed-in-jquery/
jquery, webdev, javascript, tutorial
--- title: How to detect keycode / key pressed in jquery published: true date: 2013-04-18 07:07:23 UTC tags: jQuery,WebDev,javascript,tutorial canonical_url: https://www.moreonfew.com/how-to-identify-keycode-or-key-pressed-in-jquery/ --- Tracking a keyCode can be very helpful if you would like to give your visitors a ...
moreonfew
254,383
Home Link Macro for Umbraco
Another Umbraco related post today, and another macro. This time it's about creating a home link for...
0
2013-04-16T14:58:00
https://dev.to/adamkdean/home-link-macro-for-umbraco-932
razor, macro, umbraco
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Home Link Macro for Umbraco slug: home-link-macro-for-umbraco date: 2013-04-16 14:58 tags: - razor - macro - umbraco --- Another Umbraco related post today, and another macro. This time it's about creating a home link for sit...
adamkdean
1,244,588
Blueberry Pi -- How I Setup My Raspberry Pi as a Robot Base
This article is specific: How I personally would setup my Raspberry Pi to act as robot base. But,...
20,411
2013-04-16T10:00:00
https://ladvien.com/blueberry-pi-robot-base
robots, raspberrypi, sn754410
--- title: Blueberry Pi -- How I Setup My Raspberry Pi as a Robot Base published: true tags: robots, raspberrypi, sn754410 published_at: 20130416T10:00Z series: Raspberry Pi canonical_url: https://ladvien.com/blueberry-pi-robot-base main_image: https://ladvien.com/images/ArdyPi.jpg --- This article is specific: How I...
ladvien
254,382
Simple Navigation Macro for Umbraco
I have started working with Umbraco, so a lot of my posts are probably going to be about that for the...
0
2013-04-15T17:57:00
https://dev.to/adamkdean/simple-navigation-macro-for-umbraco-2039
umbraco, macro, razor
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Simple Navigation Macro for Umbraco slug: simple-navigation-macro-for-umbraco date: 2013-04-15 17:57 tags: - umbraco - macro - razor --- I have started working with Umbraco, so a lot of my posts are probably going to be about...
adamkdean
1,244,595
Arduino to RPi -- Galvanically Isolated I2C
Breakout PCB Breakout PCB I've waited to finish incorporating my Raspberry Pi into my bot for an...
20,411
2013-04-13T10:00:00
https://ladvien.com/arduino-to-rpi-optoisolated-i2c
robots, i2c, smd, pcb
--- title: Arduino to RPi -- Galvanically Isolated I2C published: true tags: robots, i2c, smd, pcb published_at: 20130413T10:00Z series: Raspberry Pi canonical_url: https://ladvien.com/arduino-to-rpi-optoisolated-i2c main_image: https://ladvien.com/images/IMG_0602.JPG --- [Breakout PCB](/files/ADUM1250ARZ_v.01.zip) [...
ladvien
254,381
Installing Git for Windows
The easiest way to get up and running with Git on windows is to download and install Git for Windows....
0
2013-04-12T16:41:00
https://dev.to/adamkdean/installing-git-for-windows-2l4b
tutorial, windows, github, git
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Installing Git for Windows slug: installing-git-for-windows date: 2013-04-12 16:41 tags: - tutorial - windows - github - git --- The easiest way to get up and running with Git on windows is to download and install *Git for W...
adamkdean
254,379
Does it take long to get a basic understanding of programming?
Reddit user HONEY_THIGHS asked a very good question today, and I'd like to answer it a little more...
0
2013-04-11T21:47:00
https://dev.to/adamkdean/does-it-take-long-to-get-a-basic-understanding-of-programming-o5d
programming
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Does it take long to get a basic understanding of programming? slug: does-it-take-long-to-get-a-basic-understanding-of-programming date: 2013-04-11 21:47 tags: - programming --- Reddit user [HONEY_THIGHS](http://www.reddit.com/...
adamkdean