Questions tagged [pulse]

This tag has numerous interpretations:

Software

  • RSS news reader app for Android, iOS and HTML5 browsers, released around 2010.
  • JunOS Pulse, the SSL VPN client
  • Pulse CMS, content management for small web sites
  • The Zutubi Pulse continuous integration server
  • Various Salesforce.com plugins (examples)
  • C# Monitor.Pulse (discouraged, too granular)
  • The Python function wxGauge.Pulse (discouraged, too granular)

Concepts

  • an (use that tag instead)
  • an animation type defined by AnimationExtender (ASP.NET AJAX). use
  • human pulse sensors (eg. Arduino integration)
  • for analog engineers, a pulse wave is a bar graph created from 1-D vector input data. pulse generators can be used to generate this type of signal. pulse waveforms are commonly used in synthesizer programming.
  • Radio control pulse position modulation encoding (PPM), pulse code modulation (PCM), pulse width modulation (PWM). try or instead
150 questions
0
votes
0 answers

Pulse CMS - Recent posts - Show (100) characters

Had a client come to me about there site and they are using Pulse CMS, they wanted to show the recent posts on the homepage, easy... but I can't see how to show a small bit of the post. My php knowledge is limited. From this: Post Title 01/02/03 See…
0
votes
2 answers

Can you toggle a pulsing animation?

I would like to have an image of an arrow pulsating, when the user clicks the arrow a div slides down and the pulsating arrow animation stops. When the user clicks the arrow again the div slides up and the arrow continues to pulsate. I can toggle.…
danelig
  • 373
  • 1
  • 4
  • 18
0
votes
0 answers

Pulse Width Modulation (PWM) with Vb.net

I am able to control the output on some pins on a board using a function with Boolean parameters. Would it be possible to use Vb.Net to send PWM signals out?
user2005848
  • 396
  • 5
  • 18
0
votes
1 answer

wxpython using gauge pulse with threaded long running processes

The program I am developing uses threads to deal with long running processes. I want to be able to use Gauge Pulse to show the user that whilst a long running thread is in progress, something is actually taking place. Otherwise visually nothing will…
Clinton Moffat
  • 211
  • 1
  • 2
  • 12
0
votes
1 answer

HorizontalListView performance issues : Calls inflates for every subview

I'm making a Pulse kind of UI for my app. For this I'm using HorizontalListView class as given here. However, this class has performance issues and delivers a noticeable lag. To confirm this I assessed it using TraceView Profiler and found that…
Gaurav Arora
  • 17,124
  • 5
  • 33
  • 44
0
votes
2 answers

ListView - outOfMemory Exception

I'm building a Pulse kind of UI. For this I'm using Gallery inside ListView. However, I'm facing a strange issue, the memory allocation in my app increases gradually from 9 MB to 64 MB as I scroll through listview until which it finally…
Gaurav Arora
  • 17,124
  • 5
  • 33
  • 44
0
votes
1 answer

How can i create a pulse-like settings view? See photo

As topic. Does any one know how to create that snap-settings-view the pulse app uses to its left? I.e. When you swipe your finger from the left edge, the settings start to show from behind. See the left part of the image below. After a certain…
Widerberg
  • 1,118
  • 1
  • 10
  • 24
0
votes
1 answer

Changing Jquery code to make effect constant insead of hover only

I found this pulsing effect online and it works fine but it is set to only work on hover. I would like it to be a constant effect and not sure how to adjust it to remove the hover requirement. The callbacks in jquery always throw me off a bit in…
DC1
  • 371
  • 1
  • 4
  • 15
0
votes
1 answer

Is there a way to make this Pulse number infinite?

I've created a button to trigger a pulse LED action on my app, but I cant make it pulse forever. It always Pulses by value ( on the example above you will see it pulses 10 times and then stops ) //Button Pulse Button bpulse = (Button)…
GeeCode
  • 21
  • 2
  • 10
0
votes
1 answer

jQuery animate() pulse() not working

In the following code, the animate() function in click() works. However, animate() or pulse() (when uncommented) in mouseenter() does not work either. The pulse() function is provided by Jarrod…
leoplaw
  • 13
  • 2
-1
votes
1 answer

get a part from a dictionary

i'm trying to get the pulse as an output for the given url using this code from OTXv2 import OTXv2 from OTXv2 import IndicatorTypes otx = OTXv2("my_key") test=otx.get_indicator_details_full(IndicatorTypes.DOMAIN, "google.com") and when i print test…
Hermion
  • 25
  • 6
-1
votes
1 answer

Nodejs - Passing json object to a event.handler function

Apologies in advance as this is my first time working with NodeJs. We are using a product called QTest Pulse. In simple terms we have a webhook that is hooked to nodejs file that gets executed on the server and produces results. I am trying to…
JagadeesanV
  • 35
  • 2
  • 7
-1
votes
1 answer

writing verilog module codes for up/down counter, 4to1 mux, pulsegen

I'm fairly new to the world of creating verilog modules and I have to create a 4to1 mux, pulse generator, up/down counter, and a hex-to-7segment display. These are all later put into a toplevel module. I tried to create the 7segement and pulse…
Erica L
  • 1
  • 3
-1
votes
3 answers

How can i generate a pulse train to give output in common way?

I am working on generating a 40 bit length pulse train. I also must be able to adjust the frequency. I tried to make a new low frequency clock and i make a new counter which counts on it's rising edges and give an high output and terminating after…
-1
votes
1 answer

Android Building a News app which loads many images e.g Pulse, Google Currents

I am working on a news app, which fetches lots of news articles with images, much like Pulse and Google currents -> many categories containing very many news articles with images. How can I achieve this without running into Out of Memory errors.
user1599914
  • 53
  • 2
  • 5
1 2 3
9
10