Tagged Questions
The pulse tag has no wiki summary.
8
votes
4answers
338 views
choose a tool to create/maintain custom eclipse distrib
I would like to settle on a tool to create/maintain my custom eclipse distrib (starting with next 3.6). By studying previous questions main contenders seem:
Pulse
Yoxos
Google Workspace Mechanic: ...
6
votes
1answer
246 views
Explanation of Text on Threading in “C# 3.0 in a Nutshell”
While reading C# 3.0 in a Nutshell by Joseph and Ben Albahari, I came across the following paragraph (page 673, first paragraph in section titled "Signaling with Wait and Pulse")
"The Monitor ...
4
votes
2answers
245 views
Techniques to detect/prevent submitting an empty Perforce changelist from being an error
Attempting to submit a changelist with no files is considered by Perforce to be an error (p4 submit ... returns exit code 1). This causes a periodic integration build to fail on our build server ...
3
votes
1answer
190 views
TMonitor.Pulse vs TMonitor.PulseAll
The Delphi Docwiki explains that Pulse notifies the next thread in the waiting queue that it will be able to lock the specified object as soon as the calling thread releases the object. PulseAll ...
2
votes
2answers
154 views
When Do You Need To Reset the view.frame Property After a Transformation iOS
I'm making a horizontal table view like the Pulse news reader. I've found several examples online and have it working, but am wondering when we need to set the view.frame property after a ...
2
votes
1answer
249 views
jQuery pulse question
I'm using a slightly modified version of the wonderful pulse plug-in from James Padolsey. It provides the pulse functionality without having to link to jQuery-UI, which for me is great since I already ...
2
votes
2answers
491 views
Fade / pulse effect as used on this site
I've tried searching but can't find a definitive answer, does anyone know what Stackoverflow uses to highlight changes to a page through that fade-in orange highlight?
Is it just a jquery fade or ...
1
vote
1answer
328 views
Java Image/Text Pulsating Glow Effect (Graphics)
How would I make an Image have a pulsating effect to it? I already know how to draw an Image to the screen, so I just need to know how I can add a pulsating glow effect. Would I need to use tons of ...
1
vote
0answers
255 views
How to implement the navigation bar like yobongo or Pulse News on Android app
Can anyone known how to implement the portrait navigation bar like yobongo ?
Perhaps use custom gallery or Horizontal ListView ? But when I try to use the Horizontal ListView implemented here, It ...
1
vote
0answers
53 views
Read pulse rate on your phone
i want to make an application that can read the values of another gadget that can get your pulse very correctly, anyone know to such item that can also sync with a android device
thanks in advance!
1
vote
5answers
378 views
How to create pulsating value from 0..1..0..1..0 etc for a given duration?
I'm working on some code where I have a Time object with a member time. Time.time gives
me the time since my application started in seconds (float value). Now I want to create a pulsating value ...
1
vote
2answers
1k views
The method split(String) is undefined for the type String
I am using Pulse - the Plugin Manager for Eclipse and installed. I have the Eclipse 3.5 for mobile development(Pulsar) profile with a couple other profiles.
I realized that the split() method called ...
1
vote
1answer
352 views
Does this use of Monitor.Wait/Pulse have a race condition?
I have a simple producer/consumer scenario, where there is only ever a single item being produced/consumed. Also, the producer waits for the worker thread to finish before continuing. I realize that ...
1
vote
3answers
320 views
Why does Monitor.Pulse need locked mutex? (.Net)
Monitor.Pulse and PulseAll requires that the lock it operates on is locked at the time of call. This requirement seems unnecessary and detrimental for performance. My first idea was that this results ...
0
votes
1answer
95 views
How to display wave graph like ECG or pulse graph in iPad?
I want to display wave graph like ECG graph or pulse graph.if any one know,please give the solution or sample code.
0
votes
1answer
48 views
Eclipse Plugin Fails to Load
Eclipse can some times fail to load plugins. I have experienced this E3.7 with both ScalaIDE and GroovyEclipse.
In both cases some times the syntax highlighting fails. Also I have noticed some times ...
0
votes
3answers
39 views
Do I have to have a function triggered by .click when using the pulsate effect in jquery?
I'm trying to figure out why this code
$(document).ready(function() {
$(".image2_template").effect( "pulsate",
{times:5}, 3000 );
});
doesn't work yet this
...
0
votes
2answers
68 views
Best scenario to avoid memory leaks on iOS
I'm building an application that reads rss files something like Bing or Pulse, so I've built a class (UIViewController) that shows each individual entry in the feed and a class that contains that list ...
0
votes
0answers
153 views
How to scroll right or left like the pulse app interface [closed]
Can some one post a quick guide on how to achieve a similar interface where the user can scroll left or right?
0
votes
1answer
93 views
How to enable pulse device to allow recording using portaudio
All,
I'm currently working on a code to record voice bqsed on portaudio framework. For the moment, I can't make it works and I have the error code below.
0: /dev/dsp
An error occured while using the ...
0
votes
2answers
3k views
How to get image to pulse with opacity with JQuery
I am trying to get an image to change opacity smoothly over a duration of time. Here's the code I have for it.
<script type="text/javascript">
pulsem(elementid){
var element = ...
0
votes
1answer
576 views
Installing Epic (Eclipse Plugin) in Pulse Explorer
I'm trying to install EPIC using the Pulse Explorer for Eclipse (as I'm rather fond of sharing profiles :). When I go to install the plugin under my account, I get asked for a login into ...
0
votes
2answers
408 views
Simulink: Possible to form a Pulse Generator with amplitude between -1 and +1
Okay - I've got Simulink up and running and I'm using the Pulse Generator with a pretty simple transfer function and the scope. I would like however to use a pulse that goes from -1 to +1 instead of ...
0
votes
3answers
1k views
TeamCity users: a few questions
These questions are for TeamCity users only
1) Is it possible to configure TeamCity to extract build artifact information based on your own your regular expressions? This is exactly what Pulse does ...