So, I have written a method named varCount(), shown below, that would count the number of letter variables in a math equation. // This method counts the number
I'm trying to create regex which will list all .jpg in some directory except few files(static, not a pattern). So, I've wrote this:(Python) "^(?!358097_sat!8231
" I'm working on a little project which connnects MYSQL and PYTHON. If I succeed in this then one can use the whole MYSQL server via PYTHON! ** But the thing is
Structure of Node: class Node{ public: int data; Node *next; Node *arb; Node(int value){ data=value; next=NULL; arb=
In my uiskin.json I have this com.badlogic.gdx.graphics.g2d.BitmapFont: { default-font: { file: text/default.fnt } } This is fine for when I have the default.
I am trying to make a cryptocurrency tipbot for Reddit in python. I am trying to see if I can communicate with BitcoinAPI and return stuff lik
I've been interviewed recently and the interviewer wanted me to do a technical test to see my knowledge. After I finished it he gave me feedba
I know there are several errors like this one, but I see most of them are with the test-network, using a local environment and my case is different. I have a bl
I have a raster object in R. I know is a raster because when I do class(pres_kriged_rst) I get [1] "RasterLayer" attr(,"package") [1] "raster" Also, if I "loo