View allAll Photos Tagged programmers

The BR41N.IO Hackathon brings together engineers, programmers, physicians, designers, artists and fashionistas to collaborate intensively as an interdisciplinary team. They plan and produce their own fully functional EEG-based brain-computer interface headpiece to control a drone, a Sphero or e-puck robot or an orthosis with motor imagery.

 

Credit: tom mesic

Pat's Pretty Pointless Python Program Produces Palindromic Primes....

 

And here is a version of the source code which generated the image

(with underscores representing the original's indentation):

[

def isPrime(i):

__ if 0 == i % 2: return 2 == i # ..... Evens are non-prime, except '2'

__ if 1 == i: return False # ............ Technically, 1 is not prime

__ for div in xrange(3, int( i**0.5 ) + 1, 2): # ... Check odd divisors up to my sqrt, inc.

____ if 0 == i % div: return False

__ return True

 

def palindromeEven(s): # ..... Mirror the full input => even-length output

__ return s + s[::-1] # ............ [::-1] means 'scan backwards, in steps of 1'

 

def palindromeOdd(s): # ...... Mirror the input, except its final character => odd-length output

__ return s + s[:-1][::-1] # ...... [:-1] means 'trim off the final character

 

def retGenPalints(): # .......... Return a generator of palindromic integers.

__ lo = 1 # ........................... Note: 'yield' returns each element of a re-entrant sequence

__ while True:

____ hi = lo * 10

____ for i in xrange(lo, hi): yield int( palindromeOdd( str(i) )) # ....... odd length

____ for i in xrange(lo, hi): yield int( palindromeEven( str(i) )) # ...... even length

____ lo = hi

 

def retGenPrimePalints(): # ........... Return a generator of prime palindromic integers.

__ return (n for n in retGenPalints() if isPrime(n)) # .. This is a 'generator expression'

 

def somePrimePalints(some): # ..... Return a list of 'some' prime palindromic integers.

__ genPrimePalints = retGenPrimePalints()

__ return list( genPrimePalints.next() for i in xrange(some) )

]

 

BTW: This approach is reasonably efficient, but certainly not optimal. I have another version, which runs faster, but is harder to understand.

 

A mysterious being. We're not exactly sure where he came from or even really what he is. But we do know that he is highly intelligent, and can explain away most anything thrown at him. He is extremely skilled in the ways of 'Geek', and quotes everything from Monty Python to Hitchhiker's Guide to the Galaxy. The Programmer brings us knowledge of his world, along with how to fix our computers and other things, like say, get around a school's block. He is our reliable pet geek, although to others he is Pasosta, Supreme Overlord l-l4><012 (haxor). He can destroy your precious computer with a few clicks of a mouse and some typing on a keyboard.

 

Fashion items on the website.

 

He was once a senior computer programmer, but today he heads an online fashion platform that has 100 million registered female users.

 

Meilishuo CEO Xu Yirong, believes that technology is the driving force in the modern fashion industry. Beijing, China, 12/02/2015

This is what you get - a big bag containing many many small gabs...

High Line, New York City.

Here's a sweet programmer. PHP late into the night.

"The effective exploitation of his powers of abstraction must be regarded as one of the most vital activities of a competent programmer." -- Edsger W. Dijkstra

 

Barbara Gordon's Journal, April 10th 2019.

 

I spent the day working on a programming assignment from Batman to help catch a suspected criminal. From Batman. To catch a suspected criminal. I get giddy every time I think about it.

 

I poured over research papers downloaded from cutting edge journals in image recognition and data mining. I've done some skull-numbing programming implementing those cutting-edge algorithms into my own image search engine.

 

The Batman's computers are amazing. Thousands of CPUs, tens of thousands of cores, terabytes of RAM... clusters, NUMA-type machines, everything! After attaching the black box to my laptop, I could log into the systems via a secure shell, and found every single tool I needed at my disposal. Sweet.

 

At first I used a few broad parameters to input into my search program. It scanned the video archive footage, and came up with too many false positives. I spent most of the afternoon refining it, until after about the twentieth iteration it began to be reliable. I overlaid the search information with a map of Gotham; it plotted sightings of the green car according to time, and from the map emerged a pattern. It was almost like a route, with dense clusters of dots representing probable locations where the suspect might have stopped. If Batman searches the roads along this predicted route, he should be able to spot the car.

 

I sent an online message to Batman with my findings. I have no way of verifying whether my output data is correct; I'll just have to wait and find out.

_______

This picture is part of an ongoing story. Yes, Barbara Gordon is a geek who fights crime with THE POWER OF MATHEMATICS. It's like Numb3rs, except with Batman. And we can all agree that's definitely moar bettah.

 

The toy in the photo is the car. If that's not immediately obvious, then I shall feel really proud of myself :).

 

The picture uses Staple Street/Jay Street, New York by Metro Centric for the street, which is CC-licensed. Thanks!

 

Read the beginning here. Go back to Part 9 here. Continue to Part 11 here.

I’m one of the software architects (and popcorn poppers) within the Professional Services Group of CSG Systems Inc., a provider of software and services for the Customer Care and Billing industry. Our collection of software products spans technologies (mainframe to Unix to Windows) as well as industry verticals (Broadband and Satellite Video, Telephony, Finance, Public Utilities). Our Professional Services team helps our clients with configuration and optimization of our software, with custom interfaces and product extensions, custom solutions outside our core product focus, and anything else that can help our clients maintain profitable relationships with their customers.

Irina is part of my team, a brilliant web developer by day, a fashionista and club kid by night. She's also a sweet young Russian girl who just missed being a member of the Young Pioneers.

An incredible programmer and observant historian, Lucy kept the crew alive on so many occasions usually by hacking into security systems or by piloting her drone SAL-E. Due to her unrelenting research, she identified the role of the Soul Empirium long before we found its remnants.

Matrix NAND Programmer for all matrix chips Glitcher,Reader/Writer

 

Matrix NAND Programmer for all matrix chips Glitcher,Reader/Writer Feature:

 

1. Fully compatible with all XBOX360 NAND models.

 

2. Fully compatible with NandPro2.0e Software and other third party softwares.

 

3. Easily reprogrammable with via USB connector.

 

4. Quick reading and writing times.

 

5. Microchip Based.

 

www.youbuye.com/matrix-nand-programmer-for-all-matrix-chi...

The Key Pro M8 Auto Key Programmer is the most powerful and cost effective tool for you to add keys and make new keys. It support full range of car models, support online update and very easy to operate. Choosing the Key Pro M8 Auto Key Programmer is a worthwhile asset and generates an excellent return on investment, by providing an additional income stream for your business. www.aobd2shop.com/wholesale/the-key-pro-m8-auto-key-progr...

Photo showing Martina Mara (Media psychologist) at the Panel Talk "Siri search female Programmers" by Ars Electronica x Initiative Digitalisierung Chancengerecht, Ingrid Brodnig (AT), Christiane Spiel (AT), Gerfried Stocker (AT), Carina Zehetmaier (AT), Mariana Karepova (AT), Martina Mara (AT), Doris Schmidauer (AT) at the JKU.

 

In the context of Ars Electronica 2021, the "Initiative Digitalisierung Chancengerecht" (IDC) launched by Doris Schmidauer invites high-ranking experts from the fields of education, technology, business, culture and media to a discussion. After a keynote speech by Ingrid Brodnig, we will address the following questions: What are the causes of the digital gender divide? How can girls be empowered to become self-confident shapers of the digital transformation? What concrete measures must be taken in Austria to create digital equality of opportunity for women?

 

Credit: vog.photo

Backside view of the nearly virgin (the preinstalled Useless Diode....) and drilled Board.

here we can see the detergent dispenser on the LHS, the water valves rear LHS, the programmer and keyplate reader front RHS, the pressure pot for the water levels is seen rear right.

 

The outer tub is made from vitreous enamel and a lovely deep violet black blue, polishes up really well when it is seen!!

1 2 ••• 11 12 14 16 17 ••• 79 80