Hi,
could you tell me please - how to use method create_translation_table! of globalize2 with additional options such as :null = false, :default = "abc" ???
HI All,
I m a web designer and working in html and css so i m using linux machine as our company provide us, The problem is that when i am going for compatibility with windows it gets very problematic to me so plz tell me is there any site where i can check my web site in all browser of windows and mac where i get a good result as expected .........
Thanks
HI all,
I have an account in getresponse.com
I want to send emails to the members in my mailing list after one hour of their joining.
Please tell me how can i do this
I need to move a folder from a plugin to the main app/views. I guess using rake to do this with the following command is the easiest way:
require 'fileutils'
FileUtils.mv('/vendor/plugins/easy_addresses/lib/app/views', '/app/views/')
I'm just not sure where to tell script where to look and where to place the folder.
The file I want to move is in the following location: `vender/plugins/easy_addresses/lib/app/views/easy_addresses
easy_ addresses is the name of the folder in views that I want to move to my_app/app/views/
There is simple problem that when i am running "hello world" program for curl
<?php
$curl = curl_init();
curl_setopt ($curl, CURLOPT_URL, "http://www.php.net");
curl_exec ($curl);
curl_close ($curl);
?>
this code takes a min to run but returns empty , Please can any body tell me how to change setting or any thing so that this simple program run on a LINUX ( UBUNTU ) SERVER
i'm looking for a js engine to that I can (easily) expose C/C++ functions, classes etc. The API should allow changing exposed values from within C++ (by storing some kind of pointer or reference to an object inside js or so...). I've considered using google's v8 but I'm new to it and don't know whether it will satisfy my requirements. Can someone tell me whether I should stick to v8 or try something else?
I want to perform the following artistic effect with my MFC app.
Can anyone tell me, how to perform it ?
Input Image :
Output Image :
Waiting for the reply...
Thanks in advance...
Hi all
i have created a java application which uses data from its config folder and , it also uses third party jar files those are located in lib folder, could anyone tell me how to create jar file for this project with the content stored in config file and lib folder.
i tried creating jar using eclipse export functionality. when i run this jar file, it says it can not find the third party libraries that i have used for this project and configuration file.
thanks in advance for any help
I have used JSON::Any package in my program to transfer the hash between client and server.
I faced one problem, I want to find whether the text ( sent by client ) is normal text or JSON encoded text.
Can anyone please tell me how to find,
without checking, I got some error in server side and it is closed.
Developing a mac app, how can I tell whether the user is currently at their computer or not? Or how long ago they last pressed a key or moved the mouse?
For instance, when you click the clock on the screen, there will pop up a notification/dialog which displays the exact time point. Anyone can tell me how to achieve this function? Thanks in advance!
Maybe I should explain the "exact time point" . For example, there is a big analog clock on the screen. When you click around the dial, it will pop up a dialog box to display the exact time.
Guys i'm facing a problem with this code, the problem is the timeout by timeout i mean the
time it takes the program to tell me if the server is connected or not. If i use my
localhost i get the answer fast, but when i connect to outside my localhost it takes 50sc -
1.5 min to response and the program frezz until it done. HOw can i fix the frezzing, or make
my own timeout, like if still waiting after 50sc, tell me connection failed and stop?
please use codes as help, becouse i would understand it better, thanks for any help i get
PS: USING MAC
#include "mysql.h"
#include <stdio.h>
#include <stdlib.h>
// Other Linker Flags: -lmysqlclient -lm -lz
// just going to input the general details and not the port numbers
struct connection_details
{
char *server;
char *user;
char *password;
char *database;
};
MYSQL* mysql_connection_setup(struct connection_details mysql_details)
{
// first of all create a mysql instance and initialize the variables within
MYSQL *connection = mysql_init(NULL);
// connect to the database with the details attached.
if (!mysql_real_connect(connection,mysql_details.server, mysql_details.user, mysql_details.password, mysql_details.database, 0, NULL, 0)) {
printf("Conection error : %s\n", mysql_error(connection));
exit(1);
}
return connection;
}
MYSQL_RES* mysql_perform_query(MYSQL *connection, char *sql_query)
{
// send the query to the database
if (mysql_query(connection, sql_query))
{
printf("MySQL query error : %s\n", mysql_error(connection));
exit(1);
}
return mysql_use_result(connection);
}
int main()
{
MYSQL *conn; // the connection
MYSQL_RES *res; // the results
MYSQL_ROW row; // the results row (line by line)
struct connection_details mysqlD;
mysqlD.server = (char*)"Localhost"; // where the mysql database is
mysqlD.user = (char*)"root"; // the root user of mysql
mysqlD.password = (char*)"123456"; // the password of the root user in mysql
mysqlD.database = (char*)"test"; // the databse to pick
// connect to the mysql database
conn = mysql_connection_setup(mysqlD);
// assign the results return to the MYSQL_RES pointer
res = mysql_perform_query(conn, (char*) "SELECT * FROM me");
printf("MySQL Tables in mysql database:\n");
while ((row = mysql_fetch_row(res)) !=NULL)
printf("%s - %s\n", row[0], row[1], row[2]); // <-- Rows
/* clean up the database result set */
mysql_free_result(res);
/* clean up the database link */
mysql_close(conn);
return 0;
}
This is my code:
[email protected] do |a|
-if @i%3 == 0
%ul
%li=link_to a.name, a
-@i += 1
I need the li to be inside the ul which is inside the if-statement.
I can't do it because of the indentation. Can't I just tell the li to indent automatically?
Thanks
I need to parse a string 'Open URN: 100000 LA: ' and get 100000 from it.
on python regexp (?<=Open URN: )[0-9]+(?= LA:) works fine but in php it gives following error:
preg_match(): Unknown modifier '['
I need it working php, so please help me to solve this problem and tell about difference in python and php regexps.
Is their any way to add background image in VIM.
like, I don't know is is possible or not. If you know any way to do this tell me.
:set background=dark
Thanks.....
HI,
I am using LDAP which is installed in a solaris machine. To check the version of LDAP i go to /ldap and check the version installed as if it is version 5 then there is a directory of the name v5.0 and so on. After getting into the directory i check the directory structure.
Can anybody tell me is there any shortest way or one liner to check the version of ldap installed in my machine.
Thanks in advance.
Hi,
with browser language french i have a string which has date in the format v = 13/01/2010 10:54:00.
when i say
Date.parse(v) i get the result as Date.parse(v) 1293897240000 Number
with browser language german i have a string which has date int he format v = 13.01.2010 10:54:00
when i say
Date.parse(v) i get the result as Date.parse(v) NaN Number
can you please tell me how to parse date when it is in german language.
Thanks
i dont know asp at all, and i heard somewhere, that asp more strong than php, and the really serious programs(in web) are written in asp! it makes my angry, becouse i like php, and write all my sites with it. i don't know asp, so can somebody axplain me the main defferences of them. i want have somethink to say next time, when somebody tell such thing
thanks in advance
H
could you tell me how to create a link to a file on the c drive(local machine)
or a link to download a file from the hard drive
this doesn t seems to work
<a href="C:/Documents and Settings/Giga/My Documents/NetBeansProjects/JavaRssFeed/RssFeed/build/web/WEB-INF/Xml/Gaetano Feed.xml" class="font18">C:/Documents and Settings/Giga/My Documents/NetBeansProjects/JavaRssFeed/RssFeed/build/web/WEB-INF/Xml/Gaetano Feed.xml</a>
thanks
I need to write AVL-tree with generic type in C. The best way I know is to use [ void* ] and to write some functions for creating, copying, assignment and destruction. Please, tell me some better way.
I have a set of folders, and I want to be able to run a function that will find the most recently edited file and tell me the name of the file and the folder it is in.
Folder layout:
root
Folder A
File A
File B
Folder B
File C
File D
etc...
Any tips to get me started as i've hit a bit of a wall.
While working with the C++ templates (most of the time using STL or boost) I run into the compilation errors that are miles long. I find it hard to figure out what compiler is trying to tell me. Is there any quick reference guide or a tool which can convert this error into something more understandable to humans?
Consider it that '_'s in a number doesn't change that number's value so 1000==1_000==10_00.
The Problem: given numbers like 1_244_23 1412_2 1_1111 etc..., how could I decide whether certain number appears in that collection? For example: 1244_23 yes, 11_111 yes, 1412_1 no.
How could using regex to solve this? I mean, if I could tell the regex engine just ignore these '_''s when matching then this problem becomes trivial? How could I do so?