GitHub Footer ToolTip - html

What does "0.18417s from unicorn-785bf9c5d8-mgr5g" mean?

As mentioned in this old (2009) blog post, this refers to Unicorn, an an HTTP server for Ruby, similar to Mongrel or Thin.
So this measures the page rendition time.
This is illustrated during their 2017 move to Kubernetes
Before this move, our main Ruby on Rails application (we call it github/github) was configured a lot like it was eight years ago: Unicorn processes managed by a Ruby process manager called God running on Puppet-managed servers

I am not sure about the significance of it and probably someone from github could only be able to answer it.
But in general, that is the title attribute in span tag.
You can read more about the title attribute

Related

Integrated EJabberd Login with existing Script1

I have quiet decent knowledge how to use Ejabberd. Have used a lot with Smack Library for android so am quiet comfortable as a user. However I face use case that I have not faced before.
There exists as system with its users and login interfaces both using forms and another using API. Now I need to integrate it with ejabberd. The most common and documented way is to use ejabberd OAuth2 but now am supposed to do the opposite.
Reading the docs the best I found is this link talking about external script. However there are no enough information to help build something. Linked examples are old and links are dead.
Can anyone help me get into right direction with external script login? I would prefer PHP based solution but any other language will help.
However there are no enough information to help build something.
Brief protocol description, and example in Python:
https://docs.ejabberd.im/developer/guide/#external
Perl example included with ejabberd. Notice this file was last modified 11 years ago, and it still works correctly:
https://github.com/processone/ejabberd/tree/master/examples/extauth
Linked examples are old and links are dead.
Right, those other examples are very old too, but they could work (as long as you can get them, and use the ancient language versions they used):
https://ejabberd.im/extauth
Why are those so old? Because that page has not been updated since years ago (back when git was not yet mainstream). Quite probably, if you search, you may find other examples.

Reading XML Without a webserver

I've got a small experimental project on the go that uses an embedded system to show web pages.
The major draw back is that the embedded system doesn't have any form of server on it (No lovely web server languages allowed).
My current setup for testing any potential winning solution is locally (Just in a document C:/users/me/test/index.html) and then also testing it in wamp.
I've looked into using JS or JQuery but evey resource i've found only ever works when I test it within wamp, which isn't a viable solution for me.
I have a couple of questions:
Is it even possible to read an XML document without any form of
server technology?
If so, could someone post some resources please? I've found a lot of similar topics to mine, but none really cover my predicament.
If this isn't possible, are there any other technologies I could use to give the same output?
Thanks

Which server option is widely used with JRuby on Rails?

I am experimenting JRuby on Rails and need some guidance/tips in choosing the server. I have used nginx (and passenger) for my RoR in the past. JRuby wiki page Servers provide a lot of options and I have no experience in any of them.
What I am looking for is a simple to install, easy to scale server or the one widely used (so that I can find solutions if I am stuck)
I do realize this might be a broad question and the answer would be "it depends..." but would appreciate some pointers.
I might be biased being on the Trinidad team, but I still think it's top ... esp. as it handles high concurrency well while still being much lighter than TorqueBox (which I would also recommend if you do want something beyond just a web server e.g. built-in jobs but be aware that some of it is TB/JRuby specific). Most other options mentioned are Java web servers, which you can rule out if you do not want to install a Java server, warbling your application and deploying it as a .war file.
p.s. for the (next) version 1.5.0 re-deploys are to be revisited and one should be able to do some (memory leak-free) zero-down time deployments.

Where to Start with build a personal site and WordPress, CSS and CMS

Hey guys im in a very confused state of mind at the moment and need some help with Word Press and generally starting a website. My parents have had a business for 20 years and have finally decided to get a website!
As im studying IT and Business i said id get it done for them. Rather than design it from scratch i used a template which i bought from themeforest.net (awesome template!) and yesterday a friend mentioned in passing using word press as a CMS which i had never heard of before, and he left before i could ask any questions.
SO basically i have a site working on my computer and i have no idea how to get it live as a .com or .com.au, so far as i can see wordpress is a blog with .wordpress.com which isnt what im looking for.
Thanks in advance
Simon
It seems like you have two questions here:
Q1. I have a site working on my computer (locally hosted) and I have no idea how to get it live as a .com or .com.au?
You will need to get a domain name (www.something.com or .com.au) and a Web Hosting Provider where you can upload your site to. Some Web Hosting Providers provide the service of registering a domain name for you, so that you don't have to do it on your own. Take a look at the following links for more info:
http://www.hostcompare.com/guide/guidetohosting.html
http://www.hostcompare.com/
However, since you are still learning this hosting thing, you may want to learn by using some free hosts and perfect your site by making the appropriate changes (if and where necessary) to make your site fully working on the web. For that period you can use the free sub-domain provided by the free host and when you've got it all worked out, you may then either upgrade your plan to premium or migrate to a premium host and buy a domain name as well. Search google for free hosting sites, there are lots of them to choose from.
Q2. A friend mentioned in passing using word press as a CMS which I had never heard of before?
Depending on your needs a CMS could be helpful. It allows you to easily update your sites content online and most CMSs come with additional components such as PayPal integration and the such that can be easily added to the site. Wordpress is one example of a CMS. Note that if you do want to use Wordpress or any other CMS you will need to make sure that:
The hosting provider you chose provides the necessary requirements for it. Ex. PHP, ASP.Net, MySQL, etc...
There is a version of the template that you purchased for the CMS you choose. If not, then you will have to do some custom coding to get the template to work.
If the site you have only contains a small number of static pages, then a CMS might be overkill. This doesn't mean that you can't migrate your site to a CMS in the future if needed.
Hope this helps.
You'll want to sign up with a web hosting provider (site5, dreamhost etc) and register a domain name. Once that's setup you can use the control panels from the hosts to install WordPress, plop in your theme and add content. It's often a one click affair to get WordPress installed, just be mindful of security updates as new versions come out.
Wordpress.com can host blogs, but if you want to install it on you own hosting server you can download the blog platform from wordpress.org and install it on your own server.
The only thing you have to be sure of is if the template you downloaded is for wordpress or not.
There is a difference between http://wordpress.com and http://wordpress.org In your case I think you might want to use http://wordpress.org It is a great free and open source CMS Most web hosts come with the facility of installing WP using stuff like Fantastico.

static html blog/cms to run on a USB stick?

What are the options for having a simple blog, content management system that will deploy the full site as static html over FTP/SFTP and any blog API?
I am aware of Thingamablog but it hasn't been updated in more than a year so i guess is dead now. What are my alternatives that must export at least static HTML to a FTP server?
It would be nice if the app would have some visual gui to enter the blog post and could run from a USB stick.
I don't know that Thingamablog is dead just because it hasn't been updated in a year. Lack of recent updates doesn't necessarily mean the project is dead, it just may mean that it has achieved it's goals and has nothing more to add. Does Thingamablog do what you need?
How about TiddlyWiki. Not a blog or CMS, but it seems to be the kind of thing you need.
Today I came across this tool: Zeta producer. They have a free and a pay version.
Second the motion for CityDesk. You could probably run your blog on the free version (up to 50 "assets" - files, pages, images, etc.), and publishes static HTML to servers via FTP as its specialty. It's trivial to add updates; re-publish process does a differential between your new version and the one that's on the server, and only makes necessary changes.
Examples abound - just google for "*.cty" files.
Here's a CityDesk site I help run:
http://bv-embs-chapter.com
Hope this helps.
Thingamablog is active again. 1.5 will be released soon, currently 1.5veta5 is the latest. Looks good for what you need.
Paul.
You could use the MoWeS Portable: The Modular Web Server.
http://www.chsoftware.net/en/useware/mowes/mowes.htm
It lets you pick and choose a number of static and dynamic services to run on top of a web server straight off the USB drive or a virtual drive.
I run a Wiki off a virtual drive using Mowes at work and at home, i run a personal blog from my usb stick.
Its verrry easy to configure and powerful enough to be productive.
Edit: Heres a link to help you get started with it:
http://www.mediawiki.org/wiki/Manual:Installing_on_WOS_Portable_(Windows)
In the download section, you can select what packages you want to install. This is where you can select what CMS/Blog softwares you want to include.