View allAll Photos Tagged 2.0

Recepção do Touro 2.0 - 01 de abril de 2023

The focus of this work is the investigation of an unique structure by the arrangement of several transparent, floating shapes.

Overplayed, reflective, transparent material is the basic aspect to blur the contour lines of the elements and turns the appearance of the form into a molten structure.

The idea was to work with the rules of overlaying, transparency,reflection and different modules, in order to get a more powerful crumpled glimmer structure.

The structure reminds on a candy wrapper on the floor.

 

exhabit @stellwerk kassel

acryl glass 25 m material 4x 3x 2,6 meters

www.tsaworks.com

www.stellwerkprogramm.de

Recepção do Touro 2.0 - 01 de abril de 2023

Forgot to add a sign here lol.

The coffee has gotten a bit better, the sketching and late nights remain the same.

Product image for Set 4

promocional del curso Uso de Web 2.0

Great Northern Railway ( North British ) ( W/n:L734 ) Gresley Class N2/2 0-6-2T 1744 ( 4744 / 69523 ) at RailFest 2012, held at the NRM, York on 6 June 2012

Cinderella 2.0

Aufführung der Ballettschule Bjerke

2.0 cast & crew PNG...

The circuit was redesigned around the MSP430F2274, to take advange of that chip's greater memory capacity.

Nikkormat FT2

Nikkor-HC 50mm f:2.0

Agfa APX-100 @100

Developed in Caffenol-C-L 40min@20C

IVC - אספני כלי הרכב הארצישראלים

Conferencia en el evento Mexico Web 2.0 en Cancún.

Camera: Nikon F100

Lens: Zeiss Distagon T* 35mm F/2.0 ZF.2

Film: Fujifilm Superia Xtra 400 (push to iso 640)

Charla web 2.0 en la Feria del Libro

Lo que todo el valle del aconcagua taba esperando

  

BalmaSchool 2.0

  

Balmaschool regresa mas prendido que nunca ... con la mejor

iluminacion de todo el valle, el mejor ambiente la mejor seguridad

todo esto y mucho mas lo podras vivir en Balmaschool 2.0

  

3 de octubre Balmaschool 2.0 habre sus puertas para que vengas

a vivir el mejor carrete de la historia ... y a celebrar el

Cumpleaños de Quiroga no faltes

      

Pide tus preventas a los staff autorisados

 

HOMBRES

PELAO

QUIROGA

SHAPA

pipe alfonso

SALVO

  

MUJERES

MORA

CAMI

KIKA

NATY

CKONI

   

PREVENTAS : $ 1000 PESOS

PUERTA : $ 1500 PESOS

 

Nos reservamos el derecho de admision

 

NO PODRAS ENTRAR con POLERAS DEPORTIVAS ,

Nike SHOX, ELASTICO EN LOS PANTALONES.

  

ABREMOS LAS PUERTAS DESDE LAS 16:00 TE ESPERAMOS

 

BalmaSchool 2.0

Here are all my Transformers Classics Autobots in their alternate modes.

I'm back - kinda. We moved house recently, and on top of just being too busy decorating to get the camera out, and not having desks to set up the PC on - we still don't have broadband...

 

Once I'd cleared enough space, I did have time every now and then to get some shots of the spider that kept spinning webs on the other side of the double glazing in the living room, which let me get really quite close with the FD 50mm macro lens.

 

View On Black

Olympus E-5 Pro DSLR at Daniel Stowe Botanical Gardens shot in aperture mode at f/3.2 with Zuiko 50mm f/2.0 High Grade Lens

 

This is a new way to downgrade your Playstation 3 console and requires advanced soldering skills (Yes opening up the console) and a Teensy Board.

Here comes my initial release of a NOR flasher soft for the PS3 called "NORway". I know, there are other "WIP" projects, but I got a little impatient, so I've decided to create my own solution. It's a port of "noralizer" by marcan, a pretty good working NOR flasher implementation for another FPGA board.

 

Anyway, here's the README.txt, which should explain everything: NORway v0.1

 

This project has been ported for the Teensy++ 2.0 from the original NOR flasher tool ("noralizer" by Hector Martin "marcan" ) that was used to flash AsbestOS onto the demo PS3 at 27C3, and for experimentation.

 

Contents:

 

\teensy\NORway.avrsln - Source code for the Teensy++ 2.0 (AVR Studio 5.0)

\teensy\default\NORway.hex - Compiled hex-file for the Teensy++ 2.0 (AT90USB1286)

\hwinstall\install-*.jpg - Some pics of how I've mounted the Teensy (CECH-2504A/B)

\hwinstall\nor_testpoints.png - Connection diagram of the NOR testpoints (CECH-2504A/B)

\serial_install.exe - Teensy serial drivers for Windows

\README.txt - this file

\NORway.py - PC Python client

 

Hardware connections (see "\hwinstall\nor_testpoints.png"):

 

PS3 Teensy

A0-7 PF0-7

A8-15 PA0-7

A16-22 PB0-7

D0-7 PD0-7

D8-15 PC0-7

CE# PE0

OE# PE1

RESET# PE4

WE# PE5

RY/BY# PE6

TRISTATE# PE7

GND GND

 

There are no modifications to the Teensy itself required. Don't install any power regulators, don't cut any traces.

 

DON'T CONNECT THE VCC SOLDER PADS TO ANYTHING!

 

Connection diagrams for other boards can be found at: http://ps3devwiki.com/index.php?title=Hardware_flashing

 

Prerequisites for Windows:

 

Python 2.7.2 (http://www.python.org/ftp/python/2.7.2/python-2.7.2.msi)

pyserial 2.5 (http://pypi.python.org/packages/any/p/pyserial/pyserial-2.5.win32.exe)

 

Usage:

 

Install Python + pyserial (see "Prerequisites for Windows"). Install drivers. Connect Teensy to your PC. Flash Teensy with "\teensy\default\NORway.hex" and reset it after completion. Start Windows' "Device Manager", expand the "Ports (COM & LPT)" node, you should see something like "USB Serial (Communication Class, Abstract Control Model) (COM4)". This tells you that "COM4" (or whatever shows up) is the COM port used by Teensy.

 

At the command prompt enter "NORway.py" to display help.

 

Procedure to dump your flash:

 

- PS3 is turned off

- At the command prompt enter:

 

NORway.py

- Turn on your PS3, it shouldn't boot

- At the command prompt enter:

NORway.py dump flash.bin

- When dumping is finished enter:

NORway.py release

- Power off your PS3 (disconnect Teensy if PS3 doesn't boot when restarted)

 

Dumping takes about 3 minutes. A file "flash.bin" with a size of exactly 16 MB (16.777.216 bytes) has been created in your current directory.

 

Flashing is rather slow. Writing a complete flash with the "write" command takes about 2 hours. Might be improved in future versions...

 

IMPORTANT:

 

Before you flash your PS3 with anything new, make sure that the content of your dump is correct (e.g. compare ros0/ros1 area of your dump against "CORE_OS_PACKAGE.bin" from an actual PS3UPDAT.PUP of your current firmware). And keep your original dump in a safe place. You might need it.

 

It's tested on Win7 x86, but should also work just fine on any x86 Windows >=XP. Basically it should also work on Linux, but I didn't test. If you're running Linux, you probably know what to do. Serial drivers are not required for Linux.

 

Unfortunately I couldn't manage to make it work on any x64 version of Windows, because of the Python pyserial module.

 

Thanks to "marcan" for the original implementation.

 

-- judges (judges at eEcho.com)

 

P.S: I've already managed to downgrade my OFW 3.61 to CFW 3.55. There're minor things to rule out, but expect a downgrade tutorial coming soon..

PPS: Thanks to defyboy for the original idea of using a Teensy for flashing!

[gallery link="file" columns="4"]

 

Download: http://www.multiupload.com/EJ3QHN3VQO

 

me and my awesome stunt double ready to kick some los marcos ass

Original. iPhone 13.

Old Cranleighan HC 1st XI 2-0 Bristol University, National League Western Conference, February 29th 2020

Hamburger Frühling, es darf angebadet werden ;-)

April portrait session at Glencairn Garden, Rock Hill, SC. Olympus E-5, Zuiko 35-100mm f/2.0 Lens in Manual mode with remote control flash off camera. ©RFL Photography 2012

Data immatricolazione: 25-03-1988

Draper Wildlife, McConnells, SC. Sunflower field portrait shoot with Olympus E-5, Zuiko 50mm f/2.0 macro and 35-100mm f/2.0 SHG lens. ©RFL Photography 2011.

See the blog post for more info: Web 2.0 Expo 2007

 

This photo is licensed under a Creative Commons license. If you use this photo, please list the photo credit as "Scott Beale / Laughing Squid" and link the credit to laughingsquid.com.

Canon 35mm 2.0 FD lens/Sony a7

Wine Product shoot using strobist techniques, from Ricky Ladia's Strobist Lighting Seminar last April 4-5,2009.

 

Strobist Info:

* 1 SB-800 w/ softbox on right

* 1 SB-800 w/ mini-barndoor, CTO for backlighting

* bond paper on left for reflector

2.0 Draculaura isn't as bad in person and she seems in pics. The eyes being too close together seems to be exagerated by the camera. Even the yellow isn't awful, and i have to admit the design of the dress is cute. I like her umbrella but it's kinda cumbersome. I need to work on her hair as well.

1 2 ••• 14 15 17 19 20 ••• 79 80