Tagged Questions

22
votes
28answers
1k views

Give me an assignment in C

I am teaching myself C, with several books as well as online tutorials. I am in the middle of Greg Perry's book Absolute Beginner's Guide to C. I know I learn best by doing, so I n …
0
votes
0answers
19 views

Trac task context sharing with mylyn

I've got trac working with mylyn (in eclipse obviously) through xmlrpc. Yay for six hours of my life. I can attach and retrieve context to tasks in trac. Question setup: I have …
6
votes
13answers
228 views

Does anyone have any ideas for an assignment in game programming?

Much like the author of Give me an assignment in C, I'm looking to learn game programming and I learn best by doing, but I don't have any good ideas for games to program which will …
0
votes
1answer
15 views

how from a console application detect “End” request from the Task Scheduler

hello, how in an console application detect that the user click on the "End" process in the task scheduler ? i try to setup SetConsoleCtrlHandler, but unfortunatly it's seam to n …
0
votes
2answers
367 views

task in verilog

Hello I am trying to write a task that gives a variable paddr diffrent values: module paddr1 ; task paddr1; input [10:0]paddr; input clock; @(posedge clock) begin paddr=10 #100; …
0
votes
1answer
26 views

How to run a Windows 2008 task from the scheduler with “interact with desktop”

I have a small .NET app that I'm running under Windows 2008 Server via the Task Scheduler. This application needs to open an excel file and then save it as csv. The task fails when …
0
votes
1answer
24 views

Long script in admin, task in Symfony?

In the admin panel, when the admin selects an action it will load data from an API and save it to the DB. It could take from 2 seconds to 3 minutes, depending on what he is importi …
1
vote
0answers
102 views

NSIS: Task Scheduler: Run only if logged on checkbox

I am having issues with setting up a scheduled task with NSIS. I will not know all of the passwords for the users I am setting up tasks for therefore I need the Run Only if Logge …
0
votes
7answers
212 views

Thread stack overflow

In RTOses like vxworks whenever we create a task the stacksize is specified . Can we write a routine in C which checks if the stack is overflowing or not for the task ?
0
votes
1answer
21 views

Unit Testing a Windows Scheduled Task Console App

Hi all, I am in the process of taking over a legacy system that contains a Console App project, which is run as a Scheduled Task on our production servers. It mainly produces dai …
0
votes
1answer
47 views

nant task to create queue with c# code

<project name="aa" default="createqueue" xmlns="http://nant.sf.net/release/0.85/nant.xsd"> <target name="createqueue"> <echo message="started" /> <script l …
0
votes
2answers
136 views

What are some good .net job scheduler and runner solutions?

I am looking for a solution, or a set of solutions with the following components: Job Scheduler - run a specific job on a specific schedule. I have seen Quartz.NET and it seems l …
0
votes
3answers
134 views

MS CRM 4.0 CrmService - Close a Task

Hey guys, I'm trying to work out how to use the CrmService to close a Task in MS CRM 4.0 I've tried to use the SetStateTaskRequest to set a Task's state and status to TaskState.C …
0
votes
3answers
90 views

How do I manage Java timer tasks?

I'm looking for some guidance on how to manage multiple timer tasks. I'd like to be able to dynamically create timers and then when each timer is finished, it'll reset itself. Ex …
0
votes
1answer
56 views

is task/application manager available in iphone?

hello Is there any functionality of a task manager in iphone like we have in windows? if so how to access it? thanks

1 2 3 4 next
15 30 50 per page