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
84,933
Small Things to Make Others Happy
Working for a couple of big companies as MTV, Univision and Booking.com gave me a glimpse of what it...
0
2019-02-22T15:20:08
https://dev.to/wes/cool-things-make-people-happy-3pci
code, webdev, css, scalability
--- title: Small Things to Make Others Happy published: true tags: code,webdev,css,scalability cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7vy8ow629ta5buzt6x4g.jpeg --- Working for a couple of big companies as [MTV](http://www.mtv.com.br/), [Univision](http://www.univision.com/) and [Booking...
wes
418,200
Using Go and Monte Carlo Method to obtain Percolation Threshold
This article is inspired by Slides in the Algorithms, Part Iby Kevin Wayne, Robert Sedgewick. Image...
0
2020-08-05T02:41:58
https://blog.nilbot.net/2015/02/go-percolation-threshold/
--- title: Using Go and Monte Carlo Method to obtain Percolation Threshold published: true date: 2015-02-28 00:00:00 UTC tags: canonical_url: https://blog.nilbot.net/2015/02/go-percolation-threshold/ --- > This article is inspired by Slides in the Algorithms, Part Iby Kevin Wayne, Robert Sedgewick. Image 1 and 2 are ...
nilbot
15,844
How to Leave a Company Well
I recently had lunch with the owner of a company I’d moved on from. Besides being a general catch up,...
0
2018-01-03T02:43:24
https://SeanKilleen.com/2015/02/how-to-leave-a-company-well/
softskills, career
--- title: "How to Leave a Company Well" published: true tags: softskills,career canonical_url: https://SeanKilleen.com/2015/02/how-to-leave-a-company-well/ --- I recently had lunch with the owner of a company I’d moved on from. Besides being a general catch up, it served as a sort of check-in/reflection point on cons...
seankilleen
15,886
Learning to Love RegEx: a Find and Replace example
Problem Someone in my blog publishing pipeline – Github, Jekyll, etc. – Changed how...
0
2018-01-12T15:06:42
https://SeanKilleen.com/2015/02/learning-to-love-regex-find-replace/
regex, howto, beginners
--- title: "Learning to Love RegEx: a Find and Replace example" published: true tags: regex,howto, beginner canonical_url: https://SeanKilleen.com/2015/02/learning-to-love-regex-find-replace/ --- # Problem Someone in my blog publishing pipeline – Github, Jekyll, etc. – Changed how headings are formatted. Instead of `...
seankilleen
327,125
Prevent Gulp from stopping watching of files after exception
Recently I developed some small project and decided to try and build automated workflow with Gulp. It...
0
2020-05-04T15:39:49
https://dev.to/forforeach/prevent-gulp-from-stopping-watching-of-files-after-exception-44j6
frontend, gulp, web, webdeveloper
--- title: Prevent Gulp from stopping watching of files after exception published: true date: 2015-02-26 10:43:39 UTC tags: frontend,gulp,web,web-developer canonical_url: --- Recently I developed some small project and decided to try and build automated workflow with [Gulp](http://gulpjs.com/). It was very fun and ea...
forforeach
476,447
How to Implement Facebook Social Login
In this post I will show you how easy it is to implement Facebook social login to a web page using Fa...
0
2020-10-05T10:48:15
https://dev.to/loginradius/how-to-implement-facebook-social-login-4p8h
facebook, sociallogin
--- title: How to Implement Facebook Social Login published: true date: 2015-02-24 00:00:00 UTC tags: Facebook,SocialLogin canonical_url: --- In this post I will show you how easy it is to implement Facebook social login to a web page using Facebook’s JavaScript SDK. The nice thing about Facebook social login is the ...
amanagrwl
476,445
GUID Query Through Mongo Shell
If you have stored a GUID through the C# driver to mongoDB and now you want to run a query by GUID,...
0
2020-10-05T10:45:09
https://dev.to/loginradius/guid-query-through-mongo-shell-5d67
engineering, guid, mongodb
--- title: GUID Query Through Mongo Shell published: true date: 2015-02-23 00:00:00 UTC tags: Engineering,GUID,Mongo canonical_url: --- If you have stored a GUID through the C# driver to mongoDB and now you want to run a query by GUID, you can't query directly because mongoDB doesn't recognize GUID so when we query t...
amanagrwl
254,479
New website is now live
Finally, the new website is now live. There are still some features to complete, such as searching,...
0
2015-02-21T14:52:00
https://dev.to/adamkdean/new-website-is-now-live-55fl
development, website, es6, koa
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: New website is now live slug: new-website-is-now-live date: 2015-02-21 14:52 tags: - development - website - es6 - koa --- Finally, the new website is now live. There are still some features to complete, such as searching, co...
adamkdean
937,951
Source Code for Game of Life
Source Code for Game of Life
0
2015-02-21T09:00:05
https://www.funkysi1701.com/posts/source-code-for-game-of-life-2eo3
java, development, life, sourcecode
--- title: Source Code for Game of Life published: true date: 2015-02-21 09:00:05 UTC canonical_url: https://www.funkysi1701.com/posts/source-code-for-game-of-life-2eo3 description: Source Code for Game of Life tags: Java,Development,Life,SourceCode //cover_image: https://direct_url_to_image.jpg --- Last week I blogge...
funkysi1701
1,201,600
Cloud Computing
I work for a company that provides a cloud computing website, but what is Cloud Computing? Wikipedia...
0
2022-09-25T18:56:23
https://www.funkysi1701.com/posts/2015/cloud-computing/
--- title: Cloud Computing published: true date: 2015-02-19 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/cloud-computing/ --- I work for a company that provides a cloud computing website, but what is Cloud Computing? [Wikipedia](https://en.wikipedia.org/wiki/Cloud_computing) defines it as...
funkysi1701
1,044,653
Choosing a Blog Theme
You may have noticed that my blog has a new home. It can now be found on its own domain...
0
2022-04-05T18:51:29
https://www.funkysi1701.com/posts/2015/blog-theme/
--- title: Choosing a Blog Theme published: true date: 2015-02-15 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/blog-theme/ --- You may have noticed that my blog has a new home. It can now be found on its own domain [http://www.funkysi1701.com](http://www.funkysi1701.com). This change not o...
funkysi1701
1,348,880
Too many open files
When I worked at Propel Marketing, we used to outsource static websites to a third party vendor, and...
0
2023-02-01T02:39:00
https://tyrel.dev/blog/2015/01/too-many-open-files.html
tech, python, linux, ulimit
--- title: Too many open files published: true date: 2015-01-28 09:02:00 UTC tags: Tech,python,linux,ulimit canonical_url: https://tyrel.dev/blog/2015/01/too-many-open-files.html --- When I worked at Propel Marketing, we used to outsource static websites to a third party vendor, and then host them on our server. It wa...
tyrel
1,043,674
Ten Forward Episode #135 – Anti Firbob is Back or Simon’s Desert Island Trek
The podcast I recorded the other week has been released, why not have a listen by heading over to...
0
2022-04-04T08:41:05
https://www.funkysi1701.com/posts/2015/ten-forward-episode-135-anti-firbob-is-back-or-simons-desert-island-trek/
--- title: Ten Forward Episode #135 – Anti Firbob is Back or Simon’s Desert Island Trek published: true date: 2015-02-13 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/ten-forward-episode-135-anti-firbob-is-back-or-simons-desert-island-trek/ --- The podcast I recorded the other week has been...
funkysi1701
1,040,881
Game of Life
Many, many years ago I tried to learn Java. I didn’t get very far but one of the things I built was...
0
2022-04-01T08:28:16
https://www.funkysi1701.com/posts/2015/game-of-life/
--- title: Game of Life published: true date: 2015-02-11 09:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/game-of-life/ --- Many, many years ago I tried to learn Java. I didn’t get very far but one of the things I built was The Game of Life. Unfortunately I can not find the code I wrote, prob...
funkysi1701
476,443
Integrating Twitter Social Login
Implementing login using Twitter directly through their provided API endpoints can be tedious and req...
0
2020-10-05T10:45:19
https://dev.to/loginradius/integrating-twitter-social-login-12i1
twitter, sociallogin, php
--- title: Integrating Twitter Social Login published: true date: 2015-02-11 00:00:00 UTC tags: Twitter,SocialLogin,PHP canonical_url: --- Implementing login using Twitter directly through their provided API endpoints can be tedious and require knowledge of external systems like the OAuth protocol. There are some use...
amanagrwl
476,444
Integrating LinkedIn Social Login on a Website
It is important nowadays to allow your user to sign into your website with their social network accou...
0
2020-10-05T10:45:01
https://dev.to/loginradius/integrating-linkedin-social-login-on-a-website-8f
linkedin, sociallogin, javascript
--- title: Integrating LinkedIn Social Login on a Website published: true date: 2015-02-11 00:00:00 UTC tags: LinkedIn,SocialLogin,JavaScript canonical_url: --- It is important nowadays to allow your user to sign into your website with their social network account, it provides better experience for your user and also...
amanagrwl
476,442
Social Provider Social Sharing Troubleshooting Resources
Social Sharing is an extremely powerful tool to expand your user base and product recognition, custom...
0
2020-10-05T10:45:27
https://dev.to/loginradius/social-provider-social-sharing-troubleshooting-resources-1p50
engineering, socialsharing, facebook, google
--- title: Social Provider Social Sharing Troubleshooting Resources published: true date: 2015-02-09 00:00:00 UTC tags: Engineering,SocialSharing,Facebook,Google canonical_url: --- Social Sharing is an extremely powerful tool to expand your user base and product recognition, customizing and implementing this to be ef...
amanagrwl
1,575,618
Kali Linux 1.1.0 Release
After almost two years of public development (and another year behind the scenes), we are proud to...
0
2023-08-21T21:17:49
https://www.kali.org/blog/kali-linux-1-1-0-release/
--- title: Kali Linux 1.1.0 Release published: true date: 2015-02-09 00:00:00 UTC tags: canonical_url: https://www.kali.org/blog/kali-linux-1-1-0-release/ --- After almost two years of public development (and another year behind the scenes), we are proud to announce our first point release of [**Kali Linux - version ...
mohammadtaseenkhan
75,121
How does file copying work
I’m a big fan of Quora. One of the questions I came across recently concerned how files get copied fr...
0
2019-01-14T13:51:50
http://samwho.co.uk/blog/2015/02/08/how-does-file-copying-work/
linux, strace, programming
--- title: How does file copying work published: true tags: [linux, strace, programming] canonical_url: http://samwho.co.uk/blog/2015/02/08/how-does-file-copying-work/ --- I’m a big fan of [Quora](http://quora.com). One of the questions I came across recently concerned how [files get copied](https://www.quora.com/What...
samwho
1,037,546
Great British Code Off
The Great British Bake Off and The Great British Sewing Bee are very popular TV shows. Each week...
0
2022-03-31T18:50:13
https://www.funkysi1701.com/posts/2015/great-british-code-off/
--- title: Great British Code Off published: true date: 2015-02-07 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/great-british-code-off/ --- ![Great British Code Off](https://storageaccountblog9f5d.blob.core.windows.net/blazor/wp-content/uploads/2015/02/logo.jpg) The Great British Bake Off...
funkysi1701
411,275
🛠 Build something for yourself
Originally published in 2014 There’s something in this idea of building things for yourself. I’ve ne...
0
2020-07-27T19:49:38
https://shaun.church/words/build-something-for-yourself
softwareprocess, webdev
--- title: 🛠 Build something for yourself published: true date: 2014-08-07 22:16:00 UTC tags: softwareprocess, webdev canonical_url: https://shaun.church/words/build-something-for-yourself --- _Originally published in 2014_ There’s something in this idea of building things for yourself. I’ve never felt more motivated...
shaunchurch
476,441
Social Media Colors in Hex
Are you tired of eye dropping (or worse… guessing) the colors of every social network you like? Fear...
0
2020-10-05T10:46:10
https://www.loginradius.com/engineering/blog/need-validate-site-w3c/
socialmedia, facebook, google, color
--- title: Social Media Colors in Hex published: true date: 2015-02-06 00:00:00 UTC tags: SocialMedia,Facebook,Google,Color canonical_url: "https://www.loginradius.com/engineering/blog/need-validate-site-w3c/" --- Are you tired of eye dropping (or worse… guessing) the colors of every social network you like? Fear not ...
amanagrwl
1,015,055
Laziness
I am lazy, I won’t try and deny that. When my alarm goes off in the morning, I will snooze it for...
0
2022-03-07T20:05:52
https://www.funkysi1701.com/posts/2015/laziness/
powershell, itadmin, rdp
--- title: Laziness published: true date: 2015-02-04 20:00:45 UTC tags: PowerShell, ITAdmin, RDP canonical_url: https://www.funkysi1701.com/posts/2015/laziness/ --- I am lazy, I won’t try and deny that. When my alarm goes off in the morning, I will snooze it for twenty minutes or so before getting out of bed. ![](htt...
funkysi1701
372,012
Why Code Snobs Are Invaluable
Some argue that “code snobs” waste time on trivia. While I am sure this can be the case, I submit tha...
0
2020-06-29T12:49:04
https://mjswensen.com/blog/why-code-snobs-are-invaluable/
--- title: Why Code Snobs Are Invaluable published: true date: 2015-01-30 20:50:44 UTC tags: canonical_url: https://mjswensen.com/blog/why-code-snobs-are-invaluable/ --- Some argue that “code snobs” waste time on trivia. While I am sure this can be the case, I submit that their ideas and comments offer more benefit t...
mjswensen
1,037,545
Podcasts
For a while now I have been listening to podcasts. For those that don’t know a podcast is an audio...
0
2022-03-31T18:51:13
https://www.funkysi1701.com/posts/2015/podcasts/
--- title: Podcasts published: true date: 2015-01-27 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/podcasts/ --- For a while now I have been listening to podcasts. For those that don’t know a podcast is an audio file that you can download and listen to, usually about a topic you are interes...
funkysi1701
476,440
Why do you need to validate your site on W3C?
Learn how to validate your web page for W3C standards and know about the benefits of W3C Validation...
0
2020-10-05T10:45:57
https://www.loginradius.com/engineering/blog/need-validate-site-w3c
w3c, validation
--- title: Why do you need to validate your site on W3C? published: true date: 2015-01-26 00:00:00 UTC tags: W3C,Validation canonical_url: "https://www.loginradius.com/engineering/blog/need-validate-site-w3c" --- Learn how to validate your web page for W3C standards and know about the benefits of W3C Validation [...
amanagrwl
190,705
Building WordStream
Last week I spent a couple of hours playing with some new technology and built wordstream, a real-tim...
0
2019-10-17T17:23:08
https://www.theparticlelab.com/building-wordstream/
javascript, twitter
--- title: Building WordStream published: true date: 2015-01-25 00:00:00 UTC tags: javascript, twitter canonical_url: https://www.theparticlelab.com/building-wordstream/ --- Last week I spent a couple of hours playing with some new technology and built [wordstream](http://twitter-word-stream.herokuapp.com/), a real-ti...
marcroberts
865,356
Android Lollipop - they didn't fix what was really broken
Android Lollipop 5.0 was touted as the biggest change to the Android operating system yet. Having...
0
2021-10-16T02:13:19
https://waiholiu.blogspot.com/2015/01/lollipop-they-should-have-fixed-what.html
android
--- title: Android Lollipop - they didn't fix what was really broken published: true date: 2015-01-22 01:03:00 UTC tags: android canonical_url: https://waiholiu.blogspot.com/2015/01/lollipop-they-should-have-fixed-what.html --- Android Lollipop 5.0 was touted as the biggest change to the Android operating system y...
diskdrive
46,416
And it's like... what's the deal with build servers?
So what is a build server? The simplest way I can think of to explain a build ...
0
2018-08-27T20:57:29
https://kritner.blogspot.com/2015/01/and-its-like-whats-deal-with-build.html
buildserver, developmentprocess, programming
--- title: And it's like... what's the deal with build servers? published: true tags: build-server,development-process,programming canonical_url: https://kritner.blogspot.com/2015/01/and-its-like-whats-deal-with-build.html --- ## So what is a build server? The simplest way I can think of to explain a build server is ...
kritner
1,187,807
Experimenting with recording gameplay on Twitch and Youtube
I have been playing videogames for over 20 years as one of my primary hobbies. During the last few...
0
2022-09-08T10:20:14
https://blog.narnach.com/blog/2015/experimenting-with-recording-gameplay-on-twitch-and-youtube/
youtube, twitch, streaming, gaming
--- title: Experimenting with recording gameplay on Twitch and Youtube published: true date: 2015-01-20 21:34:09 UTC tags: youtube,twitch,streaming,gaming canonical_url: https://blog.narnach.com/blog/2015/experimenting-with-recording-gameplay-on-twitch-and-youtube/ --- I have been playing videogames for over 20 years ...
narnach
1,036,204
Pair Programming
So I have been working through the challenges on the freecodecamp website and one of the unique...
0
2022-03-27T19:25:32
https://www.funkysi1701.com/posts/2015/pair-programming/
--- title: Pair Programming published: true date: 2015-01-19 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/pair-programming/ --- So I have been working through the challenges on the [freecodecamp](http://www.freecodecamp.com/) website and one of the unique things that this site does is give...
funkysi1701
1,035,556
Javascript progress
I got excited earlier this week as I started playing around with the javascript I have been...
0
2022-03-27T09:21:34
https://www.funkysi1701.com/posts/2015/javascript-progress/
--- title: Javascript progress published: true date: 2015-01-16 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/javascript-progress/ --- I got excited earlier this week as I started playing around with the javascript I have been learning. I thought I would try and create useful javascript th...
funkysi1701
1,660
How to use Twitter’s Search REST API most effectively.
...
0
2015-01-05T12:49:00
https://dev.to/bhaskar_vk/how-to-use-twitters-search-rest-api-most-effectively
search, python, twitter, api
--- title: "How to use Twitter’s Search REST API most effectively." published: true description: "This blog post will discuss various techniques to use Twitter's search REST API most effectively, given the constraints and limits of the said API." cover_image: "http://i.imgur.com/lvwFag1.png" tags: ["Search", "Python"...
bhaskar_vk
1,348,879
Python Debugger
When I worked at Propel Marketing, my dev team used to have presentations on things they loved. I...
0
2023-02-01T02:39:07
https://tyrel.dev/blog/2015/01/python-debugger.html
tech, python, pdb
--- title: Python Debugger published: true date: 2015-01-13 09:02:00 UTC tags: Tech,python,pdb canonical_url: https://tyrel.dev/blog/2015/01/python-debugger.html --- When I worked at Propel Marketing, my dev team used to have presentations on things they loved. I love the Python debugger. It’s very useful and I believ...
tyrel
54,944
How to handle GPG encrypted files with VIM
I like to write small notes in simple files with vim. Sometimes I want to encrypt these files, so...
0
2018-10-14T12:54:32
https://mnlwldr.com/gpg-and-vim/
gnupg, privacy, vim
--- title: How to handle GPG encrypted files with VIM published: true tags: gnupg,privacy,vim canonical_url: https://mnlwldr.com/gpg-and-vim/ --- I like to write small notes in simple files with [vim](http://www.vim.org/). Sometimes I want to encrypt these files, so that not everyone can everything read in there. I wa...
mnlwldr
1,015,158
Hello World!
The first program anyone writes in a new language is often really simple and just displays the text...
0
2022-03-07T22:55:36
https://www.funkysi1701.com/posts/2015/hello-world-2/
languages, sourcecode
--- title: Hello World! published: true date: 2015-01-10 20:00:45 UTC tags: Languages,SourceCode canonical_url: https://www.funkysi1701.com/posts/2015/hello-world-2/ --- The first program anyone writes in a new language is often really simple and just displays the text “Hello World!”, below are a few examples from lan...
funkysi1701
1,033,656
My Year of Code
There is no escaping the fact that we are in 2015 now. My new years resolution is to do more...
0
2022-03-24T22:18:37
https://www.funkysi1701.com/posts/2015/my-year-of-code/
--- title: My Year of Code published: true date: 2015-01-09 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/my-year-of-code/ --- There is no escaping the fact that we are in 2015 now. My new years resolution is to do more coding. Over Christmas I thought I would have a go at [http://www.code...
funkysi1701
1,348,878
SSH Agent on “boot”
I had a friend complain that he had to keep adding his ssh key to his ssh-agent every time he...
0
2023-02-01T02:39:14
https://tyrel.dev/blog/2015/01/ssh-agent-on-boot.html
tech, linux, ssh
--- title: SSH Agent on “boot” published: true date: 2015-01-09 09:03:00 UTC tags: Tech,linux,ssh canonical_url: https://tyrel.dev/blog/2015/01/ssh-agent-on-boot.html --- I had a friend complain that he had to keep adding his ssh key to his ssh-agent every time he rebooted. I have a really easy bit of shell code you c...
tyrel
476,439
A Simple Popup Tutorial
Creating a popup is a very simple addition to any webpage. In this tutorial, I will show you how to c...
0
2020-10-05T10:45:31
https://dev.to/loginradius/a-simple-popup-tutorial-16gp
html, css, ui
--- title: A Simple Popup Tutorial published: true date: 2015-01-05 00:00:00 UTC tags: HTML,CSS,UI canonical_url: --- Creating a popup is a very simple addition to any webpage. In this tutorial, I will show you how to create a popup using basic Html, javascript and CSS. The first thing we want to think about is what ...
amanagrwl
1,033,655
Looking back at 2014
As today is New Years eve I thought it would be a good chance to look back over the last year. At...
0
2022-03-24T22:18:24
https://www.funkysi1701.com/posts/2014/looking-back-at-2014/
--- title: Looking back at 2014 published: true date: 2014-12-31 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2014/looking-back-at-2014/ --- As today is New Years eve I thought it would be a good chance to look back over the last year. ![](https://storageaccountblog9f5d.blob.core.windows.net/b...
funkysi1701
46,415
New DNS provider
Oh yeah... updated my DNS provider to DNSimple. Was extremely easy to set up and would highly...
0
2018-08-27T20:57:17
https://kritner.blogspot.com/2014/11/new-dns-provider.html
dnsimple, hosting
--- title: New DNS provider published: true tags: dnsimple,hosting canonical_url: https://kritner.blogspot.com/2014/11/new-dns-provider.html --- Oh yeah... updated my DNS provider to [DNSimple](https://dnsimple.com/). Was extremely easy to set up and would highly recommend if you're just looking to point a URL to an ...
kritner
31,789
[年末記事]2014年は家電と芸術の年!? 2014年をまとめます!
初売りで幕開けした2014年振り返り 来年も初売りに参戦したいと思います。2014年を写真で振り返って見ました。思えば家電と芸術の年だったのかもしれない・・・。 続きは以下からどうぞ...
0
2018-05-16T20:31:27
http://connect.coron.tech/archives/51881893.html
review
--- title: [年末記事]2014年は家電と芸術の年!? 2014年をまとめます! published: true tags: review canonical_url: http://connect.coron.tech/archives/51881893.html --- [![IMG_0317](http://livedoor.blogimg.jp/cv_k/imgs/a/5/a58ee011-s.jpg)](http://livedoor.blogimg.jp/cv_k/imgs/a/5/a58ee011.jpg "IMG\_0317") 初売りで幕開けした2014年振り返り 来年も初売りに参戦し...
takimura
132,089
Presenting: 🚨 Alert! Alert!
Alert! Alert! is dependency-free JavaScript library to easily add UI notifications to any web project.
0
2019-07-23T00:22:56
https://williamhuster.com/presenting-alert-alert/
javascript, webdev, beginners, css
--- title: Presenting: 🚨 Alert! Alert! description: Alert! Alert! is dependency-free JavaScript library to easily add UI notifications to any web project. published: true tags: javascript, webdev, beginners, css canonical_url: https://williamhuster.com/presenting-alert-alert/ --- I built a little, dependency-free Jav...
whusterj
1,033,654
Happy Christmas
I saw this tweet on twitter. He’s making a database, He’s filtering twice SELECT * FROM customers...
0
2022-03-24T22:18:11
https://www.funkysi1701.com/posts/2014/happy-christmas/
--- title: Happy Christmas published: true date: 2014-12-24 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2014/happy-christmas/ --- I saw this tweet on twitter. ``` He’s making a database, He’s filtering twice SELECT * FROM customers WHERE behaviour = Nice Santa Clause is Coming to town. ``` ...
funkysi1701
514,082
What I really liked about "So Good They Can't Ignore You" and other ramblings
So, it's been about 2 years since I picked this book up and read it cover to cover (so to speak, I ha...
0
2020-11-13T15:30:37
https://www.coffeeincodeout.dev/blog/what-i-really-liked-about-so-good-they-cant-ignore-you-and-other-ramblings
--- title: What I really liked about "So Good They Can't Ignore You" and other ramblings published: true date: 2014-12-20 06:00:00 UTC tags: canonical_url: https://www.coffeeincodeout.dev/blog/what-i-really-liked-about-so-good-they-cant-ignore-you-and-other-ramblings --- So, it's been about 2 years since I picked thi...
warnero
254,478
Disable iptables
Rather than disabling iptables in Ubuntu 14.04, you can allow everything. iptables -F iptables -P...
0
2014-12-08T11:41:00
https://dev.to/adamkdean/disable-iptables-27i1
ubuntu, iptables
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Disable iptables slug: disable-iptables date: 2014-12-08 11:41 tags: - ubuntu - iptables --- Rather than disabling iptables in Ubuntu 14.04, you can allow everything. iptables -F iptables -P INPUT ACCEPT iptables -...
adamkdean
1,031,523
Software Developer Quiz
Moving house, lack of internet and lack of inspiration has caused a lack of posts recently but...
0
2022-03-23T19:56:12
https://www.funkysi1701.com/posts/2014/software-developer-quiz/
--- title: Software Developer Quiz published: true date: 2014-12-05 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2014/software-developer-quiz/ --- Moving house, lack of internet and lack of inspiration has caused a lack of posts recently but hopefully more to come. Been doing some filing and fo...
funkysi1701
154,175
Deploying lighttpd, your flask-apps, gunicorn and supervisor with Ansible on CentOS
Deploying your first Python-app can be tedious if you want to do everything by yourself. There are...
0
2019-08-08T12:50:49
https://www.zufallsheld.de/2014/11/19/deploying-lighttpd-your-flask-apps-gunicorn-and-supervisor-with-ansible-on-centos/
linux, ansible, flask, python
--- title: Deploying lighttpd, your flask-apps, gunicorn and supervisor with Ansible on CentOS published: true tags: linux,ansible,flask,python canonical_url: https://www.zufallsheld.de/2014/11/19/deploying-lighttpd-your-flask-apps-gunicorn-and-supervisor-with-ansible-on-centos/ --- Deploying your first Python-app can...
rndmh3ro
46,414
DateRanges in C#
Been playing around a bit with GitHub to try to get the feel for Git terminolog...
0
2018-08-27T20:56:56
https://kritner.blogspot.com/2014/11/dateranges-in-c.html
net, csharp, daterange, git
--- title: DateRanges in C# published: true tags: .net,csharp,DateRange,git canonical_url: https://kritner.blogspot.com/2014/11/dateranges-in-c.html --- Been playing around a bit with GitHub to try to get the feel for Git terminology, branching/merging, etc. My repo(s) can be found at: [https://github.com/Kritner/](h...
kritner
262,903
Computer Science for Humanities
Computer science is no more about computers than astronomy is about telescopes, biology about micros...
0
2020-02-17T07:08:58
https://lumochift.org/posts/computer-science-for-humanities/
computerscience, opinion
--- title: Computer Science for Humanities published: true date: 2014-11-25 13:02:21 UTC tags: computer-science, opinion canonical_url: https://lumochift.org/posts/computer-science-for-humanities/ --- > Computer science is no more about computers than astronomy is about telescopes, biology about microscopes, or chemis...
lumochift
53,775
Regression test coverage analysis in TCL
If you’re like me, you like having lots of regression tests to keep you covered...
0
2018-10-06T01:56:15
http://www.hpcoders.com.au/blog/?p=81
tcl, tdd, testcoverage
--- title: Regression test coverage analysis in TCL published: true tags: tcl, tdd, test coverage canonical_url: http://www.hpcoders.com.au/blog/?p=81 --- If you’re like me, you like having lots of regression tests to keep you covered from making stupid mistakes when hacking up some complicated piece of code. Whilst c...
highperformancecoder
38,207
Restricting program memory
On the other day I’ve decided to solve the popular problem: how to sort 1 million of integers in 1 Mi...
0
2018-07-09T14:13:49
https://alex.dzyoba.com/blog/restrict-memory/
linux, c
--- title: Restricting program memory published: true tags: linux, c canonical_url: https://alex.dzyoba.com/blog/restrict-memory/ --- On the other day I’ve decided to solve the popular problem: [how to sort 1 million of integers in 1 MiB?](/programming/external-sort.html) But before I’ve even started to do anything I...
dzeban
262,902
Am I Lost?
I’m proud to be a software engineer, programmer, code saint, or whatever you call it 😄. Do you know b...
0
2020-02-17T07:14:37
https://lumochift.org/posts/am-i-lost/
diary, myjourney
--- title: Am I Lost? published: true date: 2014-11-24 13:02:21 UTC tags: diary,my journey canonical_url: https://lumochift.org/posts/am-i-lost/ --- I’m proud to be a software engineer, programmer, code saint, or whatever you call it :smile:. Do you know before I choose Computer Science degree I don’t know what the he...
lumochift
1,029,151
If you had £5000 to spend on technology what would you get?
I listen to the dot net rocks podcast and they ask this question every show. (If you don’t listen...
0
2022-03-21T20:39:47
https://www.funkysi1701.com/posts/2014/if-you-had-5000-to-spend-on-technology-what-would-you-get/
--- title: If you had £5000 to spend on technology what would you get? published: true date: 2014-10-26 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2014/if-you-had-5000-to-spend-on-technology-what-would-you-get/ --- I listen to the dot net rocks podcast and they ask this question every show. (...
funkysi1701
254,477
Version ranges for node package dependencies
I've lifted this from npmjs.org, but here at least I'll find it again. version Must match version ex...
0
2014-11-14T09:20:00
https://dev.to/adamkdean/version-ranges-for-node-package-dependencies-1mi7
node, npm
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Version ranges for node package dependencies slug: version-ranges-for-node-package-dependencies date: 2014-11-14 9:20 tags: - node.js - npm --- I've lifted this from npmjs.org, but here at least I'll find it again. `version` M...
adamkdean
1,031,346
In the Zone
On Friday night I had the urge to fire up Visual Studio and tomorrow (Monday) I move house. What’s...
0
2022-03-22T20:48:27
https://www.funkysi1701.com/posts/2014/in-the-zone/
--- title: In the Zone published: true date: 2014-11-02 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2014/in-the-zone/ --- On Friday night I had the urge to fire up Visual Studio and tomorrow (Monday) I move house. What’s with that? Why am I in a programming mood when I have boxes to pack and ...
funkysi1701
672,720
PHP Ternary Operator
The usage of the ternary operator is not the simplest and the most readable way to develop but can be...
0
2021-05-03T17:16:30
https://www.emmanuelgautier.com/blog/php-ternary-operator
php
--- title: PHP Ternary Operator published: true date: 2014-10-31 00:00:00 UTC tags: - php canonical_url: https://www.emmanuelgautier.com/blog/php-ternary-operator --- The usage of the ternary operator is not the simplest and the most readable way to develop but can be useful for simple conditions. The implementation o...
emmanuelgautier
38,206
Ftrace
ftrace Ftrace is a framework for tracing and profiling Linux kernel with the following fea...
0
2018-07-09T13:52:22
https://alex.dzyoba.com/blog/ftrace/
linux, kernel, profiling, ftrace
--- title: Ftrace published: true tags: linux, kernel, profiling, ftrace canonical_url: https://alex.dzyoba.com/blog/ftrace/ --- ## ftrace **Ftrace** is a framework for tracing and profiling Linux kernel with the following features: - Kernel functions tracing - Call graph tracing - Tracepoints support - Dynamic trac...
dzeban
31,788
より“軽く・速く・薄くなった”iPad。 Apple iPad Air 2 SIMフリー 64GB ゴールド レビュー
驚くほどに軽く、そして速くなったiPad 約4ヶ月振りのブログ記事となりました。この4ヶ月間には管理人にとってとても様々な経験をすることになった4ヶ月間となり、久々に自宅以外での活動時間が自宅...
0
2018-05-16T20:31:02
http://connect.coron.tech/archives/51871703.html
review
--- title: より“軽く・速く・薄くなった”iPad。 Apple iPad Air 2 SIMフリー 64GB ゴールド レビュー published: true tags: review canonical_url: http://connect.coron.tech/archives/51871703.html --- [![IMG_6589](http://livedoor.blogimg.jp/cv_k/imgs/2/4/2400e812-s.jpg)](http://livedoor.blogimg.jp/cv_k/imgs/2/4/2400e812.jpg "IMG\_6589") 驚くほどに軽く、そし...
takimura
1,025,316
Interview questions
I have done a few interviews from both sides of the table, I’m not very good at either but thought I...
0
2022-03-17T19:52:47
https://www.funkysi1701.com/posts/2014/interview-questions/
--- title: Interview questions published: true date: 2014-10-23 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2014/interview-questions/ --- I have done a few interviews from both sides of the table, I’m not very good at either but thought I would have a go at answering my favourite questions. !...
funkysi1701
1,022,908
To boldly go where no SQL has gone before Part 2
Let’s continue looking at a database schema for storing details of every Star Trek Episode. If you...
0
2022-03-15T21:52:38
https://www.funkysi1701.com/posts/2014/to-boldly-go-where-no-sql-has-gone-before-part-2/
--- title: To boldly go where no SQL has gone before Part 2 published: true date: 2014-10-21 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2014/to-boldly-go-where-no-sql-has-gone-before-part-2/ --- Let’s continue looking at a database schema for storing details of every Star Trek Episode. If you...
funkysi1701
1,022,683
To boldly go where no SQL has gone before
My last post proved quite popular so I am wondering if I can combine a post about IT and Star...
0
2022-03-14T20:26:00
https://www.funkysi1701.com/posts/2014/to-boldly-go-where-no-sql-has-gone-before/
--- title: To boldly go where no SQL has gone before published: true date: 2014-10-12 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2014/to-boldly-go-where-no-sql-has-gone-before/ --- My last post proved quite popular so I am wondering if I can combine a post about IT and Star Trek. Years ago I...
funkysi1701
627,044
Undo a git add
An unwanted " git add " can happen. That's why there is a command to redo this " git add ". Here the...
0
2021-03-05T22:01:13
https://www.emmanuelgautier.com/blog/undo-git-add
git
--- title: Undo a git add published: true date: 2014-10-12 00:00:00 UTC tags: - git canonical_url: https://www.emmanuelgautier.com/blog/undo-git-add --- An unwanted " git add " can happen. That's why there is a command to redo this " git add ". Here the command line to perform this action. ```bash git rm --cached <...
emmanuelgautier
597,746
Properly shim AngularJS applications using Browserify
For a better reading experience, read the article where it was originally posted:...
0
2021-02-10T13:34:50
https://aymericbeaumet.com/properly-shim-angularjs-applications-using-browserify
angular, browserify, javascript
--- published: true title: Properly shim AngularJS applications using Browserify date: '2014-10-12 00:00:00 UTC' tags: - angularjs - browserify - javascript canonical_url: >- https://aymericbeaumet.com/properly-shim-angularjs-applications-using-browserify --- --- _For a better reading experience, read the art...
aymericbeaumet
426,760
Continuous delivery for .NET (part 1)
One very important factor of being a developer is deploying your code to the appropriate environment...
8,282
2020-08-13T17:28:13
https://mozzy.dev/posts/continuous-delivery-for-dotnet/
dotnet, teamcity, octopusdeploy
--- title: Continuous delivery for .NET (part 1) series: Continuous delivery for .NET published: true date: 2014-10-09 00:00:00 UTC tags: dotnet, teamcity, octopusdeploy canonical_url: https://mozzy.dev/posts/continuous-delivery-for-dotnet/ --- One very important factor of being a developer is deploying your code to t...
mozzydev
105,359
The Rush and Falsehood of Greenfield Projects
I used to love the idea of a green field project. I was envious at those who got to start from scratch. This time, everything will be right...
0
2014-10-08T20:59:57
https://dev.to/jskulski/the-rush-and-falsehood-of-greenfield-projects-2le4
discuss, career, productivity, beginners
--- title: The Rush and Falsehood of Greenfield Projects description: I used to love the idea of a green field project. I was envious at those who got to start from scratch. This time, everything will be right... date: '2014-10-08T20:59:57.571Z' tags: discuss, career, productivity, beginners published: true --- *Orig...
jskulski
254,476
How to replace master branch in git, entirely, from another branch?
If you want to completely replace a branch by merging over another, the follow trick will help you,...
0
2014-10-06T10:00:00
https://dev.to/adamkdean/how-to-replace-master-branch-in-git-entirely-from-another-branch-a5g
git
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: How to replace master branch in git, entirely, from another branch? slug: how-to-replace-master-branch-in-git-entirely-from-another-branch date: 2014-10-06 10:00 tags: - git --- If you want to completely replace a branch by merg...
adamkdean
1,575,616
Kali & NetHunter Security Release Fixes
Squash the Bugs with Kali 1.0.9a Over the past couple of weeks, we’ve seen a bunch of...
0
2023-08-21T21:17:44
https://www.kali.org/blog/kali-linux-1-0-9a-release/
--- title: Kali & NetHunter Security Release Fixes published: true date: 2014-10-06 00:00:00 UTC tags: canonical_url: https://www.kali.org/blog/kali-linux-1-0-9a-release/ --- ### Squash the Bugs with Kali 1.0.9a Over the past couple of weeks, we’ve seen a bunch of nasty bugs hit the scene, from **shellshock** to Deb...
mohammadtaseenkhan
1,021,696
Destination Star Trek
As a break from my usual topics I am going to talk about what I did over the weekend. I am a huge...
0
2022-03-14T13:17:26
https://www.funkysi1701.com/posts/2014/destination-star-trek/
--- title: Destination Star Trek published: true date: 2014-10-05 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2014/destination-star-trek/ --- As a break from my usual topics I am going to talk about what I did over the weekend. ![](https://storageaccountblog9f5d.blob.core.windows.net/blazor/w...
funkysi1701
105,131
Refactoring, Rewriting and Lead Climbing
Refactoring - small steps carry us a long way.
0
2014-10-02T17:58:59
https://dev.to/jskulski/refactoring-rewriting-and-lead-climbing-1689
refactoring, code, testing, analogies
--- title: 'Refactoring, Rewriting and Lead Climbing' description: Refactoring - small steps carry us a long way. date: '2014-10-02T17:58:59.441Z' tags: refactoring, code, testing, analogies slug: /@jonskulski/refactoring-rewriting-and-lead-climbing-d53dfce6bc1d published: true --- *Originally written in 2014, republ...
jskulski
1,021,695
Windows 9 or do I mean 10
Like many systems administrators I watched as the news came out yesterday about the latest version of...
0
2022-03-14T13:17:10
https://www.funkysi1701.com/posts/2014/windows-9-or-do-i-mean-10/
--- title: Windows 9 or do I mean 10 published: true date: 2014-10-01 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2014/windows-9-or-do-i-mean-10/ --- Like many systems administrators I watched as the news came out yesterday about the latest version of windows. What would it be like? What would...
funkysi1701
1,020,896
What is the difference between Development and Operations?
I want to learn Development and eventually move into a development role. But what is the difference...
0
2022-03-13T20:25:49
https://www.funkysi1701.com/posts/2014/what-is-the-difference-between-dev-and-ops/
--- title: What is the difference between Development and Operations? published: true date: 2014-09-27 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2014/what-is-the-difference-between-dev-and-ops/ --- I want to learn Development and eventually move into a development role. But what is the diffe...
funkysi1701
6,414
Form input type range element (Slider control)
HTML5 gives us very useful slider control. Lets look at the syntax and how to use the slider control....
0
2018-03-02T16:16:34
http://blog.mandarbadve.com/2014/09/27/form-input-type-range-element-slider-control/
html, javascript
--- title: "Form input type range element (Slider control)" published: true tags: HTML5,javascript canonical_url: http://blog.mandarbadve.com/2014/09/27/form-input-type-range-element-slider-control/ --- HTML5 gives us very useful slider control. Lets look at the syntax and how to use the slider control. ``` <input ty...
mandarbadve
249,583
I love Nagios
You may not have heard of Nagios but it has saved my bacon quite a few times. Nagios is an open...
0
2020-01-27T22:15:35
https://www.funkysi1701.com/posts/i-love-nagios-m6
itadmin, monitoring, nagios, servers
--- title: I love Nagios published: true date: 2014-09-24 21:55:09 UTC tags: ITAdmin,monitoring,nagios,servers canonical_url: https://www.funkysi1701.com/posts/i-love-nagios-m6 --- [![Nagios](https://i1.wp.com/www.funkysi1701.com/wp-content/uploads/2014/09/nagios.png?resize=212%2C50)](https://i1.wp.com/www.funkysi1701...
funkysi1701
1,187,806
Boolean Externalities
This is motivated/inspired by Avdi Grimm’s post on Boolean...
0
2022-09-08T10:27:18
https://blog.narnach.com/blog/2014/boolean-externalities/
ruby, boolean, externalities
--- title: Boolean Externalities published: true date: 2014-09-18 23:53:00 UTC tags: ruby,boolean,externalities canonical_url: https://blog.narnach.com/blog/2014/boolean-externalities/ --- This is motivated/inspired by Avdi Grimm’s post on Boolean Externalties [http://devblog.avdi.org/2014/09/17/boolean-externalities...
narnach
31,904
Create a cross-platform command line tool in haxe
To Help you getting started with haxe I had this idea about creating a simple (Hello world) cross-pla...
0
2018-07-17T14:32:55
https://khaledgarbaya.net/articles/create-a-cross-platform-command-line-tool-in-haxe
--- title: Create a cross-platform command line tool in haxe published: true tags: canonical_url: https://khaledgarbaya.net/articles/create-a-cross-platform-command-line-tool-in-haxe --- To Help you getting started with [haxe](http://haxe.org/) I had this idea about creating a simple (Hello world) cross-platform comm...
khaled_garbaya
1,244,603
The Valdez Mutant -- LPC1114 QFN
Valdez Mutant Files This is a little board I made in anticipation of Mr. Bdk6's toolchain for the...
20,412
2014-09-08T10:00:00
https://ladvien.com/valdez-mutant-board
robots, lpc1114, hm11, gcc
--- title: The Valdez Mutant -- LPC1114 QFN tags: robots, lpc1114, hm11, gcc published_at: 20140908T10:00Z canonical_url: https://ladvien.com/valdez-mutant-board main_image: https://ladvien.com/images/LPC1114_Bare_Metal_ARM3.jpg series: Custom PCBs published: true --- [Valdez Mutant Files](/files/Kobold_Working_1.zip)...
ladvien
190,704
My Favorite Ruby gems
Many tasks that would otherwise take hours or days to build can be easily implemented by simply inclu...
0
2019-10-17T17:24:06
https://www.theparticlelab.com/my-favourite-ruby-gems/
ruby, rubygems
--- title: My Favorite Ruby gems published: true date: 2014-09-01 00:00:00 UTC tags: ruby, rubygems canonical_url: https://www.theparticlelab.com/my-favourite-ruby-gems/ --- Many tasks that would otherwise take hours or days to build can be easily implemented by simply including the relevant Ruby Gem in your project. ...
marcroberts
1,575,614
Kali Tools Website Launched, 1.0.9 Release
Now that we have caught our breath after the Black Hat and DEF CON conferences, we have put aside...
0
2023-08-21T21:17:39
https://www.kali.org/blog/kali-linux-1-0-9-release/
--- title: Kali Tools Website Launched, 1.0.9 Release published: true date: 2014-08-25 00:00:00 UTC tags: canonical_url: https://www.kali.org/blog/kali-linux-1-0-9-release/ --- Now that we have caught our breath after the Black Hat and DEF CON conferences, we have put aside some time to fix an annoying bug in our 1.0...
mohammadtaseenkhan
1,792,144
Deploying a WordPress CMS website to Google AppEngine Cloud Platform
Deploying a WordPress website to Google AppEngine is something documented by Google itself. Anyway,...
0
2024-03-16T10:09:23
https://io.serendipityhq.com/experience/deploying-a-wordpress-cms-website-to-google-appengine-cloud-platform/
experience, googleappengine, php, wordpress
--- title: Deploying a WordPress CMS website to Google AppEngine Cloud Platform published: true date: 2014-08-21 15:21:22 UTC tags: Experience,GoogleAppEngine,PHP,WordPress canonical_url: https://io.serendipityhq.com/experience/deploying-a-wordpress-cms-website-to-google-appengine-cloud-platform/ --- Deploying a WordP...
aerendir
9,165
Apache Cassandra benchmarking
I was recently trying to run some benchmarks against Apache Cassandra on EC2 since unfortunately the...
0
2017-10-31T19:53:10
https://michael.mior.ca/blog/cassandra-benchmarking/
--- title: "Apache Cassandra benchmarking" published: true tags: canonical_url: https://michael.mior.ca/blog/cassandra-benchmarking/ --- I was recently trying to run some benchmarks against [Apache Cassandra](http://cassandra.apache.org/) on [EC2](http://aws.amazon.com/ec2/) since unfortunately the servers I had in o...
michaelmior
372,011
How Well Do You Know Your Programming Language?
I was listening to a podcast about Scala by Scott Hanselman and Dianne Marsh where programming langua...
0
2020-06-29T12:47:26
https://mjswensen.com/blog/how-well-do-you-know-your-programming-language/
--- title: How Well Do You Know Your Programming Language? published: true date: 2014-08-16 05:48:17 UTC tags: canonical_url: https://mjswensen.com/blog/how-well-do-you-know-your-programming-language/ --- I was listening to [a podcast about Scala](http://hanselminutes.com/394/demystifying-scala-with-netflixs-dianne-m...
mjswensen
6,413
Form input type color element
Now no more plug-in, no more libraries required for the color picker. HTML 5 gi...
0
2018-03-12T15:25:34
http://blog.mandarbadve.com/2014/08/10/form-input-type-color-element/
html, colorpicker
--- title: Form input type color element published: true tags: HTML5, color picker, canonical_url: http://blog.mandarbadve.com/2014/08/10/form-input-type-color-element/ --- Now no more plug-in, no more libraries required for the color picker. HTML 5 gives you input element to select color. Lets have look at the synta...
mandarbadve
372,010
Configurations for a Friendlier tmux Status Bar
At work, the engineering team uses tmux to manage the several instances of the services we run to dev...
0
2020-06-29T12:46:52
https://mjswensen.com/blog/friendlier-tmux-status-bar/
--- title: Configurations for a Friendlier tmux Status Bar published: true date: 2014-08-09 23:22:00 UTC tags: canonical_url: https://mjswensen.com/blog/friendlier-tmux-status-bar/ --- At work, the engineering team uses [tmux](https://tmux.github.io/) to manage the several instances of the services we run to develop ...
mjswensen
254,475
Remove .DS_Store from git repository
The following will help you remove .DS_Store from your git repository. $ find . -name .DS_Store -pri...
0
2014-08-05T17:30:00
https://dev.to/adamkdean/remove-dsstore-from-git-repository-45l1
git, osx, dsstore
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Remove .DS_Store from git repository slug: remove-ds-store-from-git-repository date: 2014-08-05 17:30 tags: - git - osx - ds-store --- The following will help you remove .DS_Store from your git repository. $ find . -name...
adamkdean
6,412
CSS :before and :after Pseudo-element
This post was originally published on blog.mandarbadve.com The before and after insert content befor...
0
2018-02-10T22:31:36
http://blog.mandarbadve.com/2014/02/02/css-pseudo-element/
css
--- title: "CSS :before and :after Pseudo-element" published: true tags: CSS, canonical_url: http://blog.mandarbadve.com/2014/02/02/css-pseudo-element/ --- _This post was originally published on [blog.mandarbadve.com](http://blog.mandarbadve.com/2014/02/02/css-pseudo-element/)_ The before and after insert content be...
mandarbadve
254,473
Using another private key with git
It's quite normal to have different private keys for different git servers, but how do you provide a...
0
2014-08-05T09:57:00
https://dev.to/adamkdean/using-another-private-key-with-git-48hi
osx, bash, ssh, git
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Using another private key with git slug: using-another-private-key-with-git date: 2014-08-05 09:57 tags: - osx - bash - ssh - git --- It's quite normal to have different private keys for different git servers, but how do you...
adamkdean
6,534
A Handy C# Async Utility Method
In the course of writing C# code utilizing the new (for 4.5.1) Task-based asynchronous programming,...
0
2018-02-10T22:32:07
https://techblog.djs-consulting.com/2014/a-handy-c-sharp-async-utility-method.html
asynchronous, csharp, utility, programming
--- title: "A Handy C# Async Utility Method" published: true tags: asynchronous,csharp,utility,Programming canonical_url: https://techblog.djs-consulting.com/2014/a-handy-c-sharp-async-utility-method.html --- In the course of writing C# code utilizing the new (for 4.5.1) [Task-based asynchronous programming](//msdn.mi...
danieljsummers
254,472
boot2docker DNS not working
If you're using Docker on OSX, then you'll be using a VM to run your Docker service on, as it needs...
0
2014-08-04T16:26:00
https://dev.to/adamkdean/boot2docker-dns-not-working-k6f
docker, boot2docker, osx
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: boot2docker DNS not working slug: boot2docker-dns-not-working date: 2014-08-04 16:26 tags: - docker - boot2docker - osx --- If you're using Docker on OSX, then you'll be using a VM to run your Docker service on, as it needs L...
adamkdean
208,375
Linux permissions cheatsheet
chmod [a]bcd bit scope description a sticky:1, setgid:2, setuid:4 (optional,...
0
2019-11-19T23:54:09
http://hakunin.com/permissions
linux, cheatsheet, ops
--- title: Linux permissions cheatsheet published: true date: 2014-06-15 00:00:00 UTC tags: linux, cheatsheet, ops canonical_url: http://hakunin.com/permissions --- ## chmod [a]bcd | bit | scope | description | | --- | --- | --- | | a | | sticky:1, setgid:2, setuid:4 (optional, default: 0) | | b | owner | x:1/w:2/r...
maxim
254,471
Remove branch from remote git repo
To remove a branch from a remote git repository, you have to push an empty branch. $ git push...
0
2014-08-04T12:35:00
https://dev.to/adamkdean/remove-branch-from-remote-git-repo-2h8h
git
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Remove branch from remote git repo slug: remove-branch-from-remote-git-repo date: 2014-08-04 12:35 tags: - git --- To remove a branch from a remote git repository, you have to push an empty branch. $ git push origin :branc...
adamkdean
141,756
Setting up Ruby development setup with rbenv
I wanted to setup ruby source code on my machine. The source on Github has detailed instructions on...
0
2019-07-26T10:05:21
https://prathamesh.tech/2014/07/28/setting-up-ruby-development-setup-with-rbenv/
ruby
--- title: Setting up Ruby development setup with rbenv published: true tags: ruby canonical_url: https://prathamesh.tech/2014/07/28/setting-up-ruby-development-setup-with-rbenv/ --- I wanted to setup ruby source code on my machine. The [source](https://github.com/ruby/ruby) on Github has detailed instructions on how ...
prathamesh
154,172
Shrinking the (LVM) log-partition on Linux
Enlarging an LVM partition on a linux machine is trivial. You only need one command to do it and it...
0
2019-08-08T12:53:18
https://www.zufallsheld.de/2014/07/24/shrinking-the-lvm-log-partition-on-linux/
linux, lvm, lvresize, lsof
--- title: Shrinking the (LVM) log-partition on Linux published: true tags: linux,lvm,lvresize,lsof canonical_url: https://www.zufallsheld.de/2014/07/24/shrinking-the-lvm-log-partition-on-linux/ --- Enlarging an LVM partition on a linux machine is trivial. You only need one command to do it and it can even be done whe...
rndmh3ro
298,923
Yoで月曜をお知らせ
Yoで何かやってみたい Yo APIを試してみたを見て何か作れないかと考えた結果、月曜日をお知らせするbotを作ってみました。 GETSUYOにYoを送ると月曜のお知らせを受け取れ...
0
2014-07-24T18:26:00
https://qiita.com/shiena/items/4b2240e90a3621ec546e
go, heroku, yo
--- title: Yoで月曜をお知らせ published: true tags: Go, Heroku, yo date: 20140724T18:26Z canonical_url: https://qiita.com/shiena/items/4b2240e90a3621ec546e --- # Yoで何かやってみたい [Yo APIを試してみた](http://qiita.com/pomu0325/items/9990dc1b0dbafd72f3e6)を見て何か作れないかと考えた結果、月曜日をお知らせするbotを作ってみました。 `GETSUYO`にYoを送ると月曜のお知らせを受け取れます。 # GETSUYOのソー...
shiena
865,355
Govhack Adventures
So participated at my first GovHack a few weekends ago. It’s an event where a whole bunch of people...
0
2021-10-16T02:13:47
https://waiholiu.blogspot.com/2014/07/govhack-adventures.html
govhack
--- title: Govhack Adventures published: true date: 2014-07-24 14:07:00 UTC tags: govHack canonical_url: https://waiholiu.blogspot.com/2014/07/govhack-adventures.html --- So participated at my first [GovHack](http://www.govhack.org/) a few weekends ago. It’s an event where a whole bunch of people rock up, divide into ...
diskdrive
1,575,612
Kali Linux 1.0.8 Release with EFI Boot Support
The long awaited Kali Linux USB EFI boot support feature has been added to our binary ISO builds,...
0
2023-08-21T21:17:32
https://www.kali.org/blog/kali-linux-1-0-8-release/
--- title: Kali Linux 1.0.8 Release with EFI Boot Support published: true date: 2014-07-22 00:00:00 UTC tags: canonical_url: https://www.kali.org/blog/kali-linux-1-0-8-release/ --- The long awaited Kali Linux USB EFI boot support feature has been added to our binary ISO builds, which has prompted this early Kali Linu...
mohammadtaseenkhan
254,470
RegEx match all words with a prefix
Here is a snippet to match all words that begin with a specified prefix. /\bprefix\S+/g ...
0
2014-07-17T15:47:00
https://dev.to/adamkdean/regex-match-all-words-with-a-prefix-1b05
javascript, regex
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: RegEx match all words with a prefix slug: regex-match-all-words-with-a-prefix date: 2014-07-17 15:47 tags: - javascript - regex --- Here is a snippet to match all words that begin with a specified prefix. /\bprefix\S+/g ...
adamkdean
298,902
IntelliJでHaskellプログラミング
IntelliJにHaskellプラグインはあるのですが残念ながらIDEA11までしかサポートされていないので最新のIntelliJでは動きません。 ですが最近、開発サイトのソースにIDEA12とGHC...
0
2014-05-25T01:16:00
https://qiita.com/shiena/items/4ae0acea4f905fc74024
haskell, intellij
--- title: IntelliJでHaskellプログラミング published: true tags: Haskell, IntelliJ date: 20140525T01:16Z canonical_url: https://qiita.com/shiena/items/4ae0acea4f905fc74024 --- IntelliJに[Haskellプラグイン](http://plugins.jetbrains.com/plugin?pr=idea&pluginId=6330)はあるのですが残念ながらIDEA11までしかサポートされていないので最新のIntelliJでは動きません。 ですが最近、[開発サイト](ht...
shiena
1,792,143
Deploying a Joomla! CMS website to Heroku
Install Joomla! CMS on Heroku is an operation quite simple if you know the steps to follow. This...
0
2024-03-16T10:09:31
https://io.serendipityhq.com/experience/deploying-a-joomla-cms-website-to-heroku/
experience, heroku, joomla, php
--- title: Deploying a Joomla! CMS website to Heroku published: true date: 2014-07-13 02:45:34 UTC tags: Experience,Heroku,Joomla,PHP canonical_url: https://io.serendipityhq.com/experience/deploying-a-joomla-cms-website-to-heroku/ --- Install Joomla! CMS on Heroku is an operation quite simple if you know the steps to ...
aerendir
254,469
Count occurrences with grep
Today I learnt that grep has a '-c' switch that counts occurrences. I'll never pipe it to 'wc -l'...
0
2014-07-04T13:02:00
https://dev.to/adamkdean/count-occurrences-with-grep-48f3
grep, bash
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Count occurrences with grep slug: count-occurrences-with-grep date: 2014-07-04 13:02 tags: - grep - bash --- Today I learnt that grep has a '-c' switch that counts occurrences. I'll never pipe it to 'wc -l' again! $ ps au...
adamkdean