Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
A pretty simple example, that always replies 'Hello World!!' to the browser. The raw ROUTER socket is listening on tcp port 8080, so any browser that sends a request on port 8080 of localhost, will get back the response. The internal NanoMsg communic...
0
658
posted 9 years ago by my-classes
**Ejemplo:**
Los múltiplos de 3 y 5 en el rango 0-10 son: 3, 5, 6, 9;
y su suma es 23.
0
728
posted 9 years ago by g3r4
From @blixt http://stackoverflow.com/users/119081/blixt
As you can see, the classes correctly interact with each other (they share the static id from MyClass, the announce method uses the correct get_name method, etc.)
One thing to note is the...
1
636
posted 9 years ago by rickygri
This snippet shows you how to get previous and next post in category URL.
0
666
posted 9 years ago by fedek6
Simple loop for adding header and footer avery n times in loop. Useful for printing tables.
0
606
posted 9 years ago by fedek6
This code shows how java developers can change color space of PDF document from RGB color to CMYK and vice versa by using Aspose.PDF for Java Library. The following methods have been implemented in the Operator class for changing colors. Use it to ch...
0
1195
posted 9 years ago by johansonkatherine
Additional option for Wordpress post (year in this case). You can get it's content in template file by:
`<?php>ID, 'year', true ); ?>`
1
457
posted 9 years ago by fedek6
This script allows you to monitor a list of applications each running on servers in different environments. For example, these can be webservers: apache/nginx/etc., application servers: tomcat/nodejs/IIS/etc., database servers: mysql/oracle/etc., or...
0
746
posted 9 years ago by deanhouseholder
Código final de la asignatura Microprocesadores y Microcontroladores de Tecnun - Universidad de Navarra (España). Curso 2013-2014. 3º IngenierÃa en Sistemas de Telecomunicación.
0
896
posted 9 years ago by eiger_824
Gets system, machine, OS and networking information and either writes it to a file or returns the data as a string.
1
637
posted 9 years ago by JordanRowles
Sets up the database for my project management software (in development - C#)
0
679
posted 9 years ago by JordanRowles
These logging functions will be improved and added into the SocketServer_Server.py to log information from programs on machines on the same network, but not directly connected to each other.
0
630
posted 9 years ago by JordanRowles
A server that receives information from programs (Name, DateTime, LogType, Data) and writes it to a file with the syntax:
LogFile_{program_name}_{ISO-Date}.log
0
572
posted 9 years ago by JordanRowles
Get a set of effective product management actions, like assigning categories and updating prices in bulk, etc. Stop spending a lot of time on product management.
0
529
posted 9 years ago by Amasty
Improved Layered Navigation by Amasty is a premium 5-year-old Magento extension, to which you can entrust your navigation. It includes 7 mods:
Seo layered navigation
Shop by brands
Ajax Layered Navigation
Layered navigation filt...
0
612
posted 9 years ago by Amasty
Amasty developed AJAX Scroll extension to make catalog navigation much faster and easier.
0
663
posted 9 years ago by Amasty
Aspose.PDF for Cloud API has released PHP SDK which allows PHP developers to convert PDF files uploaded to a remote server to other formats. You can pass URL and format parameters to specify the PDF’s URL and output format and use the PUT method of...
0
1355
posted 9 years ago by johansonkatherine
This code sample shows how Ruby developers can create PDF file from HTML using Aspose.Pdf for Cloud API in their REST applications.
0
837
posted 9 years ago by johansonkatherine
This code sample shows how Java developers can create PDF file from HTML using Aspose.Pdf for Cloud API in their REST applications.
0
915
posted 9 years ago by johansonkatherine
This code sample shows how C# developers can create PDF file from HTML using Aspose.Pdf for Cloud API in their REST applications.
0
1229
posted 9 years ago by johansonkatherine
You could use this snippet as an Umbraco XSLT Extension to be able to get releasedate from the Umbraco post in XSLT.
0
701
posted 9 years ago by Reiff
This is template for adding custom settings in Wordpress (using settings API).
1
550
posted 9 years ago by fedek6