7 years ago by Fischer

how can i convert a hexadecimal string to it equialent ascii in Pascal Script. For example Hex => 48656c6c6f20576f726c64 ASCII of the above hex is => HelloWorld I also need to do the re . . .

pascalpascal-scripthextoasciihextoint
  • 0
  • 0
  • 2288
7 years ago by mamdouh

Should i use isset() or array_key_exists()? . . .

phpassociative-array
  • 2
  • 0
  • 2245
7 years ago by raj

I am running Raspbian on Raspberry Pi 3. What is the command to check version? . . .

raspbianraspberry-piraspberry-pi-3version
  • 1
  • 0
  • 2165
8 years ago by Binoy

I have a xml sitemap file which contains all site urls like this   urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLoc . . .

xmlhtmlsitemap
  • 0
  • 0
  • 1992
8 years ago by Remy Pereira

I have configured file history backup on my windows 10 laptop to copy files from a drive partition to an external usb HDD drive. In the Backup-options page when i click on backup now, it says ba . . .

windows-10filehistorybackup
  • 1
  • 0
  • 1874
7 years ago by Vikas

From the tree menu in connections window when i double click on a table a new window will open that shows the tables columns, data, constraints and so on. Now if i double click on a second table the . . .

sql-developeroracletable-view
  • 1
  • 0
  • 1794
7 years ago by josh

How do I list all globally installed packages? Also how to list packages installed locally for the project? npm list gives long list of all packages and their dependencies as well . . .

npmpackagenodejslist
  • 0
  • 0
  • 1748
7 years ago by noddy

How do I exit a Node.js script gracefully when a condition is met? . . .

nodejsexitterminate
  • 2
  • 0
  • 1731
7 years ago by mamdouh

I have to map an array of lowercase characters a to z to numbers 1 to 26. Example: [a,c,f] to [1,3,6] I tried  arr.map( function(x){ return (x-96); } )   However this returns an array o . . .

javascriptcharacter-asciiascii-conversionarraymap
  • 0
  • 0
  • 1705
5 years ago by noddy

I am trying to connect to a MySQL database from a Python script which looks like this: import mysql.connector mydb = mysql.connector.connect(   host="localhost",   user="root",   p . . .

pythonmysqlmysqlconnectorssl-connection
  • 0
  • 0
  • 1669
8 years ago by mamdouh

Without any additional plugins what is the easiest way to generate a sitemap for your Laravel application? Most solutions around suggest using a plugin like laravel-sitemap package by Roume . . .

laravelsitemaplaravel53
  • 3
  • 0
  • 1666
8 years ago by mohlal

How to get around foreign key constraint check while dropping tables? mysql> drop table users; ERROR 1217 (23000): Cannot delete or update a parent row: a foreign key constraint fails mysql> . . .

mysqlforeign-key
  • 2
  • 1
  • 1637
7 years ago by mamdouh

What is the best way to check if string is Palindrome in PHP? . . .

phppalindromestringfunction
  • 0
  • 0
  • 1578
5 years ago by anette

I installed Hyper-V manager from  Settings -> Turn Windows features on or off  and checked box next to Hyper-V This also selected the two sub categories Hyper-v Management tools and Hype . . .

hyper-vhyper-v-managerwindows-10
  • 3
  • 1
  • 1548
7 years ago by mamdouh

I have an associated array $myarray = array(                      "foo1" => "bar1",                 . . .

phpassociative-arraystring
  • 0
  • 0
  • 1507