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
2
votes
2 answers

Viewpager with multiple views inside like "Pulse" app strip

Possible Duplicate: Android - Can View Pager have multiple views in per page? I'm using ViewPager according to this wonderful tutorial: http://thepseudocoder.wordpress.com/2011/10/05/android-page-swiping-using-viewpager/ This tutorial shows how…
David
  • 37,109
  • 32
  • 120
  • 141
2
votes
1 answer

pulse jquery without a plugin

I have a simple fade in that I would like to pulse in and out indefinitely. I have found plugins that do this but was curious if jquery already had a loop() api so I could just take care of it in the script.
rd42
  • 3,584
  • 15
  • 56
  • 68
2
votes
2 answers

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 transformation. The examples I've found reset the frame of…
Tyler DeWitt
  • 23,366
  • 38
  • 119
  • 196
2
votes
0 answers

adb no longer starts up if connected to Pulse VPN

Since Android Studio updated to Bumblebee 2021.1.1 (January 19, 2022 build), when I start Android Studio I get an error along the lines of Error initializing ADB: Unable to create Debug Bridge: Unable to start adb server: * daemon not running;…
Brian S
  • 3,096
  • 37
  • 55
2
votes
1 answer

Swift pulse animation non circle

I'm trying to create pulse animation rectangular shape I have code: func createPulse() { for _ in 0...3 { let circularPath = UIBezierPath(arcCenter: .zero, radius: view.bounds.size.height/2, startAngle: 0, endAngle: 2 * .pi, clockwise:…
Oleg
  • 61
  • 5
2
votes
1 answer

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 have jQuery linked and don't want to bother with…
Aaron Chauvin
  • 167
  • 1
  • 3
  • 14
2
votes
1 answer

Getting jackson cast exception while trying to start gemfire pulse with spring boot 2

I have created a Locator application with spring pivotal gemfire. As per documentation I have set the GEODE_HOME while starting my application. When I am trying to connect from gfsh command prompt. its trying to deploy pulse from GEODE_HOME and…
SUMIT
  • 540
  • 1
  • 4
  • 19
2
votes
1 answer

Create a CSS pulse effect from border outwards

I started creating a code pen with the effect I want here: https://codepen.io/oli_js/pen/KKPGZLm?editors=1100 However, this pulse effect radiates out from the centre point, but I want the inner circle to be transparent and just have the effect…
Oli C
  • 1,120
  • 13
  • 36
2
votes
2 answers

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 some sort of pulsate effect? So for example I've a…
scaryjones
  • 119
  • 8
2
votes
1 answer

pulsating circle in leaflet on click

I have a leaflet map. I'm using circles for markers because I have some zooming built in, and I want the radius of the circles to animate during the zoom. I also, though, want the circles to "pulse" if they're clicked. I see a lot of documentation…
LauraNMS
  • 2,720
  • 7
  • 39
  • 73
2
votes
0 answers

About the additonal external clock of the Atmega128

I have some projects using the 16 bits timer/counter of an Atmega128, and I finally used all bits timer/counter 1 and 3. I need more 16 bits timer/counter, so I just thought about using the pin T1 or T2. I recognized that these PINs do exist for…
Jay Lee
  • 51
  • 1
  • 1
  • 5
2
votes
1 answer

Multithreading deadlock on a homemade threading pool in C#

i apologize for the fact that i am posting here this long code, but i have no other way to help you reproduce my issue. The code i give you of course is a miniature of what i am using. I know i could be using QueueUserWorkItem and i was using it…
Yann
  • 180
  • 3
  • 14
2
votes
1 answer

How to 'break' a Gaussian pulse into discrete parts in Matlab

I need to break down a continuous Gaussian pulse into 50 discrete parts so I can use each of the 50 individual amplitudes in calculations. Here is what I've tried: % Gauss pulse discretisation tg = 20*10^(-3); % pulse duration [sec] B1 = 1; …
Fotaras
  • 35
  • 7
2
votes
2 answers

QNX MsgReceive Pulse

I have a problem because I don't know how _pulse receiving works. If I have my data struct typedef struct _my_data { msg_header_t hdr; int data; } my_data_t; and I am receiving only my msg I cant tell if it is a pulse my_data_t msg; ... rcvid =…
user3613919
  • 777
  • 1
  • 7
  • 17
2
votes
2 answers

stm32 how to make pulse count up/down with timer

I need for my personal project counting pulse and direction with timer. With this code I can count only one direction. Any suggestion are welcome for correct code (this code is pretesting) pulse count to PA_9 and direction input to PA_8 #include…
1
2
3
9 10