Skip to main content

Home/ WikiTechie/ Group items tagged http

Rss Feed Group items tagged

alicejen monahan

Samsung Galaxy Tab 10.1 - 1 views

started by alicejen monahan on 09 Oct 12 no follow-up yet
limle lee

Seo companies philippines - 1 views

started by limle lee on 22 Nov 12 no follow-up yet
shinele lee

Professional seo company - 2 views

Our SEO services helps small to large scale business find more clients and customers! Use our proven internet marketing strategies without risk. Guaranteed. To know more about SEO services visit us...

started by shinele lee on 17 Oct 12 no follow-up yet
al-Amjad Tawfiq Isstaif

Clay Shirky Says Good Collaboration is Structured Fighting - 0 views

  • Git was another revolution. Shirky pointed out that source control systems had been around for decades, but Git exploded in popularity and found uses outside of simply tracking code. Git spawned GitHub and a number of clones, and attempts to use Git to track things that were not code. For instance, Shirky pointed to Open-Knesset an attempt to scrape Israel's parliament for proposed laws, start a branch, show how it should be re-written and debate the changes.
    • al-Amjad Tawfiq Isstaif
       
      هنا استخدامات متقدمة لغيت، حيث يستخدم لتحرير قانون الكنيست الإسرائيلي.
Tamer Shlash

HTML5 Rocks - Making Forms Fabulous with HTML5 - 0 views

  • ne browser to the next. The state of HTML5 forms support is changing very quickly though, and continues to improve. At the time of writing, these charts were the most up-to-date I could find
Justin Pierce

Managing Finances Gets Easier - 1 views

I am totally worthless when it comes to bookkeeping. I know most of it is number crunching, and that is the problem. I am not good at numbers. I am a business owner, and it might surprise you how I...

started by Justin Pierce on 27 Nov 12 no follow-up yet
al-Amjad Tawfiq Isstaif

Open Data Kit - 0 views

  •  
    Open Data Kit (ODK) is a free and open-source set of tools which help organizations author, field, and manage mobile data collection solutions
al-Amjad Tawfiq Isstaif

5 star Open Data - 0 views

  •  
    Tim Berners-Lee, the inventor of the Web and Linked Data initiator, suggested a 5 star deployment scheme for Open Data. Here, we give examples for each step of the stars and explain costs and benefits that come along with it.
Muhammad Al-Syrwan

How to set up your own private Git server on Linux | Bradley Wright - 0 views

  •  
    ssh myserver.com sudo apt-get update sudo apt-get install git-core …and that's it. Adding a user If you intend to share these repositories with any collaborators, at this point you'll either: Want to install something like Gitosis (outside the scope of this article, but this is a good, if old, tutorial); or Add a "shared" Git user. We'll be following the latter option. So, add a Git user: sudo adduser git Now you'll need to add your public key to the Git user's authorized_keys: sudo mkdir /home/git/.ssh sudo cp ~/.ssh/authorized_keys /home/git/.ssh/ sudo chown -R git:git /home/git/.ssh sudo chmod 700 !$ sudo chmod 600 /home/git/.ssh/* Now you'll be able to authenticate as the Git user via SSH. Test it out: ssh git@myserver.com Add your repositories If you were to not share the repositories, and just wanted to access them for yourself (like I did, since I have no collaborators), you'd do the following as yourself. Otherwise, do it as the Git user we added above. If using the Git user, log in as them: login git Now we can create our repositories: mkdir myrepo.git cd !$ git --bare init The last steps creates an empty repository. We're assuming you already have a local repository that you just want to push to a remote server. Repeat that last step for each remote Git repository you want. Log out of the server as the remaining operations will be completed on your local machine. Configure your development machine First, we add the remotes to your local machine. If you've already defined a remote named origin (for example, if you followed GitHub's instructions), you'll want to delete the remote first: git remote rm origin Now we can add our new remote: git remote add origin git@server.com:myrepo.git git push origin master And that's it. You'll probably also want to make sure you add a default merge and remote: git config branch.master.remote origin && git config branch.master.merge refs/heads/master And that's all. Now you
al-Amjad Tawfiq Isstaif

nricciar/wikicloth - 0 views

  •  
    Ruby implementation of the MediaWiki markup language
al-Amjad Tawfiq Isstaif

wagn/wagn - 0 views

  •  
    Ruby on rails wiki platform for collaborating to build custom web systems
al-Amjad Tawfiq Isstaif

maccman/juggernaut - 0 views

  •  
    "Juggernaut gives you a realtime connection between your servers and client browsers. You can literally push data to clients using your web application, which lets you do awesome things like multiplayer gaming, chat, group collaboration and more. "
al-Amjad Tawfiq Isstaif

Tower.js - Full Stack Web Framework for Node.js and the Browser - 0 views

  •  
    Built on top of Node's Connect and Express, modeled after Ruby on Rails. Built for the client and server from the ground up.
1 - 20 of 149 Next › Last »
Showing 20 items per page