Tagged Questions
The routines tag has no wiki summary.
4
votes
2answers
50 views
Basic building blocks for cross-browser equivalence?
I found my self in my old routines, building the web page as I have always been doing. Just to include a bunch of patches to fix the inconsistencies between different browsers. So I was wondering...
...
4
votes
2answers
441 views
what is a stub routine?
In regards to C what is a stub routine? Also an example would be much appreciated as well.
3
votes
2answers
93 views
User-defined routine in Doctrine 1.2?
I have to write an user-defined routine for my MySQL database (calculating distance function).
Is it possible to define it in yaml schema file?
After defining routine in terminal mysql-client ...
2
votes
1answer
31 views
Grails create routines
In my Grails project i need to create a routine so that, in xx seconds, i need to query the database and send an email to the found users. This routine must be running all the time.
I want to know ...
2
votes
2answers
173 views
User-defined Table Variables in MySQL 5.5?
I've recently moved from MSSQL to MySQL.
I would like to use a table variable (or equivalent) inside a MySQL 5.5 stored routine, to populate a dataset for an online report.
In MS SQL, I would do it ...
2
votes
4answers
367 views
What is a good naming convention for a routine that sets a global variable in the same class
Code Complete (Chapter 7, Section 3) says that a good function should be named for the value it returns and a good procedure name in a class should be named for what it does.
When I write ...
2
votes
20answers
383 views
What single characteristic is most important for a good routine?
Routines, procedures, methods - whatever you call them, they are important building blocks for us developers. What single characteristic would you rate as the most important one?
(By providing one ...
1
vote
3answers
74 views
What's the technical definition for “routine”?
I'm studying lisp language (to do lisp routines) and in a general context i know what's a routine, but in a technical context i can talk about it, because i'm starting to learn routines now. So, ...
1
vote
1answer
20 views
How are I/O library routines implemented for languages which does not support low-level access?
Languages which don't support low level access to the machine, such as memory-mapped I/Os, often (if not always) have library routines which provides such access. Now, if the language itself does not ...
1
vote
2answers
276 views
Intersystems Cache routine to write process information to a file on local system?
I am interested in creating a routine that would query the currently running cache processes and then write this information to a file. How could this be done in Cache 2008.2?
1
vote
3answers
178 views
Query to return internal details about stored function in SQL Server database
I have been given access to a SQL Server database that is currently used by 3rd party app. As such, I don't have any documentation on how that application stores the data or how it retrieves it.
I ...
1
vote
4answers
412 views
How to use mock object mimicing a daily routine program?
My program has a daily routine, similar to an alarm clock event. Say, when it's 2pm(The time is the system time in my pc), do something for me.
What I want to do is to speed up the testing period(I ...
0
votes
2answers
76 views
An efficient and sensible Package Specification(ADS) structure in Ada
An abstract data type(ADT) is defined in a package. There must be some operations defined, be able to handle objects of ADT. I think that there is no rule telling us in which order routines of a ADT ...
0
votes
2answers
36 views
Grails creating routines
Let's say, i have a specific information in the database that needs to be sent for a specific user by email in a specific time of the day.
a) How can i create a routine in Grails, which is basically ...
0
votes
1answer
166 views
How do we use Routine Group in MySQL workbench?
Since I can't find a way to add a routine to a diagram, I don't know how to use Routine Group tool.
0
votes
0answers
85 views
LinqToSQL definition for INFORMATION_SCHEMA.ROUTINES
I've been able to successfully create definitions for Tables and Views. I'm trying to finish a Class definition for Routines. I've compared my property definitions to the information at MSDN and it ...
0
votes
1answer
64 views
How to implement a store procedure for the following query
I am having query as follows which will get multiple data at a time but i am not knowing how to write a store procedure for this can any one help me
In code i am writing like this
string ...
0
votes
1answer
206 views
Using like pattern in mysql case statement with two different tables
I have a table with names (names). I have another that holds ids (user).
I have a conditional construct - a case-when statement that is supposed to insert an id into the user table if a name in the ...
0
votes
1answer
250 views
saving delphi routines and memory
This question is about being able to save routines, and being able to select them from a list…. When you select one it knows what to link where etc. Just for understanding. not the actual program
Say ...
0
votes
2answers
956 views
can we modify the int 0x80 routine
how does linux 2.6 differ from 2.4?
can we modify the source kernel ?
can we modify the int 0x80 service routine?
-1
votes
1answer
299 views
Exporting MYSQL functions with different access privileges based on creator
From phpMyAdmin, I was exporting the functions/procedures used by the user assigned to a particular database and 3 functions didnt get exported because they were created by the 'superadmin'.
I was ...