
Search In
Hey guys, i am a C programming beginner and looking for help urgently.
I need to Write a function to encrypt a message given as a string input using the given encryption key. The function should output
the encrypted message as a string to encryptedM
Hello Reader! If you developing the website for a global purpose then getting the time zone of your user is a important factor.
In the example below we'll see how to get the user's time zone by using JavaScript and PHP with a custom webpage.
First
It is very easy to retrieve image file from parse.com.
For example the image file name profilePicture is save on User class and I am going to retrieve the image below.
ImageView profilePic = (ImageView)findViewById(R.id.image_profile);
ParseFile
If you want to remove duplicate entries from your array list you can use hash set to make all items unique rather than use of algorithms.
Set is a ordered collection of items and contains only unique items. And Hashset creates a collection that use
Hello,
Here I am sharing some information related to circular graphs using Javascript.
JavaScript provides a library that generates circular graphs in SVG.
We need to include circles.js or circles.min.js file in the HTML file. It can be downloaded
Hello Readers, If you developing the website to browse any file and showing its's content on the web page, Then by using Javascript you can do this as follows:-
function readSingleFile(e) {
var file = e.target.files[0];
if (!file) {
return;
Here is my query code, How can write same code in the prepare statement php.
<?php
header('Content-type : bitmap; charset=utf-8');
if($_SERVER['REQUEST_METHOD']=='POST'){
$encoded_string = $_POST['ima
To increase memory and change server mode you just need to write below arguments in setenv.sh file.
Example:
path: /bundles/tomcat-7.0.42/bin/setenv.sh
CATALINA_OPTS="$CATALINA_OPTS -Dfile.encoding=UTF8 -Djava.net.preferIPv4Stack=true -Dorg.apach
We can easily auto-load libraries in Laravel 4.x by using namespaces in our application. Then put all libraries you code under that namespace.
Suppose our directory structure would then be:
libraries
Myapp
Search (note directory is capi
Hello readers, today we discuss about "Handling data in a PHP JSON Object".
There are many tutorials available for handling JSON using PHP, but problem with most of them is they don't help more than organizing an assortment towards json_encode and
