After all this time....Always
There is a feeling when we come back to our Schools after settling down. I had almost similar feeling when I visited the site after so long. Its been a decade right?. This space made me love computers...
View ArticleHow to Tune SQL Statement with CASE Expression by Hints Injection for Oracle?
Here the following is a simple SQL statement with a CASE expression syntax. SELECT * FROM employee WHERE CASE WHEN emp_salary< 1000 THEN 'low' WHEN emp_salary>100000 THEN 'high' ELSE 'Normal' END...
View ArticleParsing a / from a file name
I have a shell script that I run on Mac computers. It searches for certain characters and replaces them with a - The only character that does not work is the / Using this for One Drive Sync issues as...
View ArticleHow to classify images using Tensorflow , Mobilenet and Python ?
Hi, This is a Tensorflow tutorial that enables you to classify images using a transfer learning process. In this tutorial, We will install the relevant Python libraries , and use Mobilenet model , and...
View ArticleHow To classify cars using Tensorflow , Resnet50 and Python ?
Hi, This is a Tensorflow tutorial that enables you to classify cars images using a transfer learning process. In this tutorial, We will install the relevant Python libraries , and use Resnet50 model ,...
View ArticleWeb designing and development company
At Habinfotech, we provide complete e-commerce solutions to integrate your sales transactions online.We engage specialized experts who have in-depth knowledge with corresponding technologies in...
View ArticleC++ Shellcode from char into virtualalloc & memcpy does not work
I am having a hard time figuring out why the payload isn't working after reversing in decoder2.cpp. When I "cout" the output of the "Reverse(input);" I get a valid shellcode and can be inserted into...
View ArticleSubprocess in Python
As part of a process I need to run a command involving gdal, the code is attached above. Code: pcall= "gdal_grid --config 'NUM_THREADS=ALL_CPUS GDAL_CACHEMAX=2000'\ -overwrite -a...
View ArticleHow to transfer styles between images?
Hi, This is a nice Python tutorial that enables to transfer a style from one image to another. It is based on the wonderful NeuralNeighborStyleTransfer Python library. The outcome is impressive, You...
View ArticlePerl script to join tiles to map file
Hello. I have used this tool to create map. I have saved the map as html file and the folder contains images which I want to join to one file to create a map. Bitmap There is also this original script...
View ArticleHow to connect and predict the content of an image ?
This is a cool setup and demo of the Clip library . So , What is this library ? The Clip library is a cool model that can build pairs of images and instructed text. This Pytorch pre-trained model...
View ArticleHelp with assignment
I am having trouble with a homework assignment. The task is to "Write a function called double_it() that takes a list as a parameter. The function should iterate through the list and multiply each...
View ArticleHow to change hair styles using AI ?
Hi, This is a cool Python AI library that produce face images with a new look and hair style. This tutorial and demo is based on the wonderful library named “BarberShop” This pre-trained model exposes...
View ArticleHelp with Python program
I am having trouble with an assignment in computer science. The teacher wants us to Write a program with a loop that asks the user to enter a series of positive numbers (using input validation). The...
View ArticleHow to remove bad back links from my site?
How to find and remove bad links from my site?
View ArticleWhat actually sees a deep neural network model ?
Hi, How to visualize CNN Deep neural network model ? What is actually sees during the training ? What are the chosen filters , and what is the outcome of each neuron . This is part no. 5 of Tensorflow...
View ArticlePython Server/Client Sockets help
I am trying to learn server/client sockets in python. I can establish the server and client and make the connection. I would like the server to ask the client to input a command. I would like the...
View ArticleHow to reduce loading time?
Hi, My website opens very slow. Can anyone tell me how to reduce loading time of my website?
View ArticlePerl script to join tiles to map file
Hello. I have used this tool to create map. I have saved the map as html file and the folder contains images which I want to join to one file to create a map. Bitmap There is also this original script...
View Article