Hi All,
I need tocreate a larger file, which would be filled by strings and numbers of a certain length.
Eg File content would be like :
Dougan | 15 | Sapient
Patric | 25 | Patni.
IGHIGH | 10 | IHIUDWHKJDBHKJ
I need an outline as tohow I can approach this in either c or c++..
Kindly let me know if more information is needed.
hi,
I need to pass a callback function that is CFuncType (ctypes.CFUNCTYPE or ctypes.PYFUNCTYPE...).
How can I cast a python function to CFuncType or how can I create a CFuncType function in python.
I use Rules-Module. I want to add 1 to a cck integer field on an action. Someone told me tocreate custom token doing this addition.
So, I installed tokenSTARTER module.
Now, how do i access the content profile (I load it in the rules chain) where needed cck field is in?
I have no clue howtocreate lines with Athens. I took a look at Cairo docs but I cant see how Athens is related to Cairo.
http://zetcode.com/gfx/cairo/basicdrawing/
In the above link I cant find any equivalent for cairo_set_line_width(cr, 1); I tried to look inside Athens but is nowhere to be found. Overall I find the Athens architecture quite confusing though Cairo looks simple. Any idea howto makes this work ?
Class Test{
int value;
static void* thread_func(void* args){
value++;
}
void newthread(){
pthread_create(&thread_func,...);
}
}
I'm trying tocreate a thread in Class Test. Therefore compiler forces me to make thread_func static. However I cannot access the non-static member "value" anymore. It says:
invalid use of member 'Class::value' in static member function
Is there a way around it?
MY scenario is... I have 6,000 datas in Excel Sheet.. I try to import toAccess Database.It enters the Database like this..
UNit Price 34512.00 Vat 4.00
BUt when i Retrieve to DataGridColumn it Shows vat Rate as 4(whole number).I accept zeros has no values..But I need that to be displayed in Grid as 4.0 . Howto achieve this
In yii, i am developing page for Creating Question with multiple options using forms. So i have two tables
Question
QuestionId
Question
optionId
Option
OptionId
Option
Tocreate multiple options, option field should be provided with add button so that after clicking add button, it should display new textbox control to get the new option. All these options displayed in a gridview. So can you please help me. I am very new to yii.
Hello there,
I have a C code created in Plato3. I want tocreatean exe file so I can share it with others.
Can someone please tell me how is this possible ?
I have tried sending the exe file that is created when normally compiled, but it crashes every time in runs on computers other than mine ...
Please help,
Thanks :)
Hi
I would like tocreate a temporary table in a Oracle database
something like
Declare table @table (int id)
In SQL server
And than populate it with a select statement
Is it possible?
Thanks
Hi
I'm thinking at putting a .txt file in res/drawable or in res/layout to have it in the apk when the application is packed, and then after install to open and read from it to perform some tasks . Can this be done ? If yes please let me know how can I access the file ,as I don't know it's path .
Hi all,
From organizer window i can copy document directory data. But in some apps i noticed that
it is locked and cant access documents directory.How can i lock the application from accessing
documents directory via organizer.
I've tocreate a dataset from some text files, writing them as vectors of features.
Something like this:
doc1: 1,0.45 6,0.001 94,0.1 ...
doc2: 3,0.5 98,0.2 ...
...
each position of the vector represent a word, and the score is given by something like TF-IDF.
Do you know some library/tool/whatever for this? (java is better)
I have the array variable say $value, and it has the below given array
[navigation] => navigationHistory Object
(
[path] => Array
(
[0] => Array
(
[page] => order_form.php
[mode] => NONSSL
[get] => Array
(
[id] => 31
)
)
)
)
howto echo/access the 'get' index of the given array in PHP syntax
I'd like toaccess the stage of the main timeline from w/i a class that extends a movieclip. Basically, I have a button in the main timeline that makes a HUD appear. The HUD is an extended MovieClip class. When people click on a button in the HUD, I'd like to remove the object from the stage of the main MovieClip.
hi,
I'm getting the following error when I visit a specific page of my website.
PHP has encountered anAccess
Violation at 16B357F9
I'm using Drupal on IIS Server 6.
All the rest of the website works.
Also.. that page was working until 5 minutes ago...
Thanks
Hello everyone,
I am new to SharePoint Server 2007 Web Part, and I am using SharePoint Server 2007 on Windows Server 2008. I program using VSTS 2008 + C# + .Net 3.5.
I want tocreate a simple web part which could display page creation time and modified time (display such time information at the bottom of a web page).
Any reference code samples or tutorials -- anything helpful for a newbie of SharePoint 2007 Web Part or this specific time tracking issue is helpful.
thanks in advance,
George
I have a list of class names and methods that can only be read during runtime. Is it possible tocreate a class dynamically like that? I'm currently using C# 4.0.
I have a checkedlistbox and when i populate it i want to have an empty space between each check box. i can create them with an empty string but the check box is still there. can anyone please help me.
thank you
In my code an array is declared as follows
private Object[,] cellInfos = new Object[20, 10];
I need to convert it into Jagged array so I wrote following code
private Object[][] cellInfos = { new Object[20],
new Object[10]
};
But it gave me a array with 2 items each of type array.
I need tocreate 2D array where new Object[20] would be first column and new Object[10] would be the second one.
Thanks.
Hello!
I`m trying to write simple batch file generator in python. Batch file consist of about 30-50 lines of text and is passed to other applications. During the execution of script there a lot of calls to external applications. I want tocreate file in memory (like named pipes in win32). Is there any platform independ way?
p.s. sorry for possible mistakes in text, I'm still learning English
Hi,
I'm hoping that someone will explain to me what preferred access point name refers to in the android system , and what is it's role . Also I'd like to know if by messing with all APN (adding a suffix to the "apn" and "type" fields to disable 3G/EDGE/GPRS connections , and the deleting this suffix ) , the preferred APN can be disrupted.
Also if it need special settings in case an APN manipulation is desired.