
honeycoding.wordpress.com
OPW'2013 | Writing my first FOSS contribution experiences.Writing my first FOSS contribution experiences.
http://honeycoding.wordpress.com/
Writing my first FOSS contribution experiences.
http://honeycoding.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
0.2 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
17
SSL
EXTERNAL LINKS
13
SITE IP
192.0.78.12
LOAD TIME
0.214 sec
SCORE
6.2
OPW'2013 | Writing my first FOSS contribution experiences. | honeycoding.wordpress.com Reviews
https://honeycoding.wordpress.com
Writing my first FOSS contribution experiences.
Shumgrepper – Week 5 | OPW'2013
https://honeycoding.wordpress.com/2014/06/24/shumgrepper-week-5
Writing my first FOSS contribution experiences. Shumgrepper – Week 5. June 24, 2014. Last week i worked on improving the GUI of the app, JSON api for all the end-points, documentation for api and few other bug fixes. Here’s the top-index bar that will appear in all the pages. Packages button will result in list of packages which will result into package information when a particular package is clicked. 2 Json api for all end-points. Query made to display the files of a package. Leave a Reply Cancel reply.
July | 2014 | OPW'2013
https://honeycoding.wordpress.com/2014/07
Writing my first FOSS contribution experiences. Monthly Archives: July 2014. Overview of Shumgrepper functionalities. July 16, 2014. We have created dev instance for shumgrepper http:/ 209.132.184.120/. Till now, I have implemented the following functionalities, i am writing a small summary of it below:. 8211; home page, front page, shows the user about what the application is and what can be done with it. 8211; Returns all the files in all the packages matching this md5sum. Tar sum/ tar sum. Tar file=fe...
Mediawiki-vagrant is tough to be tamed in your local machine | OPW'2013
https://honeycoding.wordpress.com/2014/02/20/mediawiki-vagrant-is-tough-to-be-tamed-in-your-local-machine
Writing my first FOSS contribution experiences. Mediawiki-vagrant is tough to be tamed in your local machine. February 20, 2014. I am a newbie in php and my next task i have to build a mediawiki extension that will embed the datagrepper messages in wiki user profile. Even setting up the mediawiki environment became a tough job for me. But I have managed to do so and now i am going to share the installation steps. How to install Mediawiki-vagrant? First install the dependencies:. Now, install VirtualBox:.
November | 2014 | OPW'2013
https://honeycoding.wordpress.com/2014/11
Writing my first FOSS contribution experiences. Monthly Archives: November 2014. November 4, 2014. Day 2: It started with keynote by Michael Foord. In afternoon after lunch there was meeting of all DGPlug members on the staircase where we discussed the ongoing projects, future goals and upcoming events. I gave a small lightning talk on my project Datagrepper that i did in OPW. I barely got 10 minutes to speak but I tried to make most of those 10 minutes. Overview of Shumgrepper functionalities.
October | 2013 | OPW'2013
https://honeycoding.wordpress.com/2013/10
Writing my first FOSS contribution experiences. Monthly Archives: October 2013. Datagrepper installation: exhausting but interesting! October 27, 2013. In last blog i have introduced you all about the OPW and the project i am interested on. Moving ahead today i will describe my installation process. Firstly, I visited to the github profile of. And cloned the project. In my local repository. Thereafter. I followed the installation steps given on this. 1 Open up a terminal window. If you get error like this.
TOTAL PAGES IN THIS WEBSITE
17
Ceph Internship – Going down the evolutionary line – OSS Tweaks
https://opensourcednish.wordpress.com/2015/07/18/going-down-the-evolutionary-line
My experiences as an OSS user. Ceph Internship – Going down the evolutionary line. July 18, 2015. September 16, 2016. What if the evolutionary process of human beings was reversed? Yes, we would be apes by now! But this condition is actually leading to a merge conflict of my notions that I had at the starting of my Outreach Internship and what I have now. I would rather like to present the current version of my notions. One peculiar problem that I came across was substitution of an output of a command in...
July 2015 – OSS Tweaks
https://opensourcednish.wordpress.com/2015/07
My experiences as an OSS user. Ceph Internship – Going down the evolutionary line. July 18, 2015. What if the evolutionary process of human beings was reversed? Yes, we would be apes by now! The point is that it doesn’t make sense to start with the more evolved version of things and then go down to the basics. It actually makes things look a little messy. That’s the thing that happened with … More Ceph Internship – Going down the evolutionary line. Ceph Internship – Going down the evolutionary line.
Ceph Internship – Week 4.. beep beep.. Updates comin – OSS Tweaks
https://opensourcednish.wordpress.com/2015/07/01/week-4-beep-beep-updates-comin/comment-page-1
My experiences as an OSS user. Ceph Internship – Week 4. beep beep. Updates comin. July 1, 2015. September 16, 2016. MON=1 OSD=1 MDS=1 ./vstart.sh -d -n -x -l. To stop the server, just run:. If you wish to verify the state of your cluster, you can run the following command which would give you info of the number of monitors, OSD servers and MDS servers that are up and running:. Ceph auth get client.admin. The output would be something similar to this:. Caps mds = “allow *”. Sudo /ceph-fuse PATH TO DIR.
September 2016 – OSS Tweaks
https://opensourcednish.wordpress.com/2016/09
My experiences as an OSS user. Ubuntu 16 – Startup Beautification. September 16, 2016. I have to admit the fact that I love to use interfaces which look beautiful, and this fondness extends to OS bootup as well. But tweaking around the themes in an OS, which have configurations hidden deep in some root folder, isn’t that straightforward. This article is an effort to allow others to deep … More Ubuntu 16 – Startup Beautification. Ubuntu 16 – Startup Beautification. Top Posts and Pages.
Ubuntu 16 – Startup Beautification – OSS Tweaks
https://opensourcednish.wordpress.com/2016/09/16/ubuntu-16-startup-beautification
My experiences as an OSS user. Ubuntu 16 – Startup Beautification. September 16, 2016. September 16, 2016. I have to admit the fact that I love to use interfaces which look beautiful, and this fondness extends to OS bootup as well. But tweaking around the themes in an OS, which have configurations hidden deep in some root folder, isn’t that straightforward. This article is an effort to allow others to deep dive into those configs and tweak around for customization. Leave a Reply Cancel reply. You are com...
June 2015 – OSS Tweaks
https://opensourcednish.wordpress.com/2015/06
My experiences as an OSS user. Ceph Internship – Starting off with Ceph Environment Setup. June 12, 2015. My first blog is to my effort on setting up the Ceph Development Environment. These are the steps I followed to setup a complete development environment: 1. Clone the ceph repository from github: git clone http:/ github.com/ceph/ceph.git. Ceph Internship – Starting off with Ceph Environment Setup. Top Posts and Pages. Ubuntu 16 - Startup Beautification. On Ceph Internship – Week 4….
Ceph Internship – Week 4.. beep beep.. Updates comin – OSS Tweaks
https://opensourcednish.wordpress.com/2015/07/01/week-4-beep-beep-updates-comin
My experiences as an OSS user. Ceph Internship – Week 4. beep beep. Updates comin. July 1, 2015. September 16, 2016. MON=1 OSD=1 MDS=1 ./vstart.sh -d -n -x -l. To stop the server, just run:. If you wish to verify the state of your cluster, you can run the following command which would give you info of the number of monitors, OSD servers and MDS servers that are up and running:. Ceph auth get client.admin. The output would be something similar to this:. Caps mds = “allow *”. Sudo /ceph-fuse PATH TO DIR.
Ceph Internship – Starting off with Ceph Environment Setup – OSS Tweaks
https://opensourcednish.wordpress.com/2015/06/12/starting-off-with-ceph-environment-setup
My experiences as an OSS user. Ceph Internship – Starting off with Ceph Environment Setup. June 12, 2015. September 16, 2016. My first blog is to my effort on setting up the Ceph Development Environment. These are the steps I followed to setup a complete development environment:. 1 Clone the ceph repository from github:. Git clone http:/ github.com/ceph/ceph.git. You can find the install-deps.sh file in the root path of ceph repository. Run this script to get all the dependencies resolved. On Ceph Intern...
TOTAL LINKS TO THIS WEBSITE
13
honeycoconuts
Clean Up Your Toys! March 8, 2016. Clean Up Your Toys! Chances are whether you are a parent or not, you have either heard or said, clean up your toys! As an adult, you have your own set of toys and they definitely need cleaned up in more ways than one. Adult toys are fun, but lets face it, they are dirty. Not only do we need to put toys away after use, but we also need to clean and sanitize. There are many sprays like this on the market, like LoveWorks. Many Toy Cleaner companies also offer sanitizing wi...
hunnycocotoo
Monday, June 18, 2007. More Baby Coco Pictures. Gabriel being fed oatmeal by Mama. Gabriel really likes Mommycoco's night dress. Posted by patopig at 7:48 PM. Goodbye to my electronic friends. I recently had to let go of my Acer lapitapi and home desktapi computers. I'm ugrading my laptop and we weren't really using our desktop anymore since we are busy at work and at home. I sure do miss em both though. Posted by patopig at 7:38 PM. Posted by patopig at 7:25 PM. Trying to bite off Mommycoco's thumb.
Honey Code
Sweet, delicious code. December 8, 2016. Firehose of Falsehood Propaganda Model. September 14, 2016. The Neural Network Zoo - The Asimov Institute. September 8, 2016. What statistical analysis should I use? Statistical analyses using R. August 19, 2016. An overview of gradient descent optimization algorithms. August 13, 2016. August 11, 2016. August 10, 2016. Trump Tweet Analysis (with R). August 8, 2016. Notes on Distributed Systems for Young Bloods. July 15, 2016. A Brief Introduction to caretEnsemble.
honeyCODE | Just another WordPress.com weblog
Just another WordPress.com weblog. Posted in 3D Art. On March 7, 2011 by LadySpica. Here’s my latest piece. Face could probably be improved, might redo it sometime but right now, this will have to do :). Posted in 3D Art. On February 11, 2011 by LadySpica. I just finished a shoe I’ve been working on the last 2 days :). I had a lot of problems with the Normal Map, it’s still not perfect but it’ll. I had a lot of help with it from my boyfriend, though :3. Tell me what you think, okay? Posted in 3D Art.
OPW'2013 | Writing my first FOSS contribution experiences.
Writing my first FOSS contribution experiences. November 4, 2014. Day 2: It started with keynote by Michael Foord. In afternoon after lunch there was meeting of all DGPlug members on the staircase where we discussed the ongoing projects, future goals and upcoming events. I gave a small lightning talk on my project Datagrepper that i did in OPW. I barely got 10 minutes to speak but I tried to make most of those 10 minutes. Overview of Shumgrepper functionalities. July 16, 2014. Tar sum/ tar sum. 8211; Lis...
허니커피- 카페용품 전문 도매 쇼핑몰
Dole]돌 파인애플 슬라이스 3kg/박스(6개). 자연뜰] 레몬청 2kg (무색소/무방부제). 봉봉 과일농축 에이드 1.2kg/청포도/골드키위/자몽/애플망고/레몬/블루베리/오렌지. 대상 로즈버드]레몬 에이드 시럽 1.47L. 대상 로즈버드]복숭아 아이스티 시럽 1.47L. 가야] 진한 유자 (유자진액) 800ml. 세미]라이온스 레몬드링크 베이스 1.36L. 세미] 한라산이 품은 청정 유기농 녹차라떼 500g. 삼원 일본 녹차라떼 500g 세트(2봉). 베오베]MJ 명진 군고구마라떼 파우더 500g. 베오베]명진 오곡라떼 파우더 1kg. Dole]돌 파인애플 슬라이스 3kg/박스(6개). 검정 자바라 롱스트로우(7Φ/25cm) 500개. 한국네슬레]네스티 복숭아맛 아이스티 1박스(12개). PET 92.5Φ]14온스 PET 투명컵 박스/1000개. 봉봉 과일농축 에이드 1.2kg/청포도/골드키위/자몽/애플망고/레몬/블루베리/오렌지. 유기농 히비스커스 허브차 20티 (이집트산 100%).
honey coffee baby
Subscribe to: Posts (Atom). View my complete profile. Ethereal theme. Powered by Blogger.
honeycohm.com - Registered at Namecheap.com
This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers.