Happy New Year

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Re: Happy New Year

Post by GeoTrail »

idle wrote:happy new year hope you all got good hangovers!
We will see tomorrow ;)
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
jamirokwai
Enthusiast
Enthusiast
Posts: 796
Joined: Tue May 20, 2008 2:12 am
Location: Cologne, Germany
Contact:

Re: Happy New Year

Post by jamirokwai »

idle wrote:happy new year hope you all got good hangovers!
Happy new year!
The hangover is successfully over now, I hope :)
Regards,
JamiroKwai
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Re: Happy New Year

Post by thefool »

Was at a great party until 8 in the morning. Then i went with a friend to his apartment and apperently got some wrong shoes on which where 3 numbers larger than my size (And they where gym shoes with no pattern underneath, and there's snow everywhere outside). I then made a faceplant which resulted in a shock when i got up and looked in the mirror around 17 this afternoon and saw lots of blood hehe. Especially because i don't remember when it happened, my friend told me after i got up.

Also blew up an old toilet and oven without loosing my fingers hehe. But damn what a hangover.

Happy new year :D
Baldrick
Addict
Addict
Posts: 860
Joined: Fri Jul 02, 2004 6:49 pm
Location: Australia

Re: Happy New Year

Post by Baldrick »

Yet another has has gone & it is now 2011 here in Aus.

Code: Select all

ct=Date()
Debug ct
Debug FormatDate("%dd/%mm/%yyyy - %hh:%ii:%ss",ct)
  • 1293840000
    01/01/2011 - 00:00:00
Happy New Year to everybody :)
User avatar
codewalker
Enthusiast
Enthusiast
Posts: 331
Joined: Mon Mar 27, 2006 2:08 pm
Location: Spain

Got a little inspired

Post by codewalker »

Got a little inspired by tron legacy and together with photodraw this came out.
Hope to read more from all of you in a happy new year 2011

Image

greetings
cw
There is a difference between knowing the code and writing the code.
May the code be strong in your projects.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: Happy New Year

Post by ts-soft »

nice picture codewalker

@Baldrick
Happy New Year for you, i have to wait some hours :mrgreen:
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Jago
User
User
Posts: 11
Joined: Tue Sep 14, 2010 4:01 pm

Re: Happy New Year

Post by Jago »

My New Year's resolution is: I promise to finish at least game project during the year 2011.
Hysteria
User
User
Posts: 50
Joined: Sat Oct 23, 2010 8:51 am
Location: UK

Re: Got a little inspired

Post by Hysteria »

codewalker wrote:Got a little inspired by tron legacy and together with photodraw this came out.
Hope to read more from all of you in a happy new year 2011

Image

greetings
cw
That's a great film isn't it? Great soundtrack too. It's nice that they did a good job on it and didn't ruin it.

Hey, suggestion for PB in 2011 - MakeTronGraphic command, LOL!
User avatar
GWarner
Enthusiast
Enthusiast
Posts: 605
Joined: Fri Jul 24, 2009 1:34 pm
Location: USA

Re: Happy New Year

Post by GWarner »

Hayyp New Year everyone!

I hope it will be a safe, peaceful, and properous year for all!

Any New Year's resolutions?

Mine is to get back to being physically fit and to lose about 60 pounds.
codewalker wrote:Got a little inspired by tron legacy and together with photodraw this came out.
Hope to read more from all of you in a happy new year 2011

Image
I haven't seen the movie yet but am definitely looking forward to it having seen and enjoyed the original movie from the 1980s

I've also played the video games and am currently playing Tron Evolution for the PC.
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2137
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: Happy New Year

Post by Andre »

Even if it's some hours here too....
Happy New Year 2011 from me too! :mrgreen:
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
DoctorLove
User
User
Posts: 85
Joined: Sat Mar 06, 2010 2:55 pm

Re: Happy New Year

Post by DoctorLove »

Happy new YEAR!

Still 7 hours to go from Holland :)

Cheers :)
User avatar
idle
Always Here
Always Here
Posts: 5836
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: Happy New Year

Post by idle »

Happy new year, hope 2011 is good to everyone.
Windows 11, Manjaro, Raspberry Pi OS
Image
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: Happy New Year

Post by DoubleDutch »

Happy New Year (still 5 1/2 hours to go here!)...
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Re: Happy New Year

Post by Inf0Byt3 »

Happy New Year to you and yours!

Edit: Strange, this is my 2011'th post :lol:
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
User avatar
Vera
Addict
Addict
Posts: 858
Joined: Tue Aug 11, 2009 1:56 pm
Location: Essen (Germany)

Re: Happy New Year

Post by Vera »

Good times to come to everybody Image
here's what's left ;)

Code: Select all

CreateImage(0, 300, 200)
StartDrawing(ImageOutput(0))
DrawingMode(#PB_2DDrawing_Outlined)
Circle(115, 45, 30 ,$FF0000)
FillArea( 115, 45, $FF0000, $18E4E7)
Circle(230-15, 200-40, 30, $FF0000)
FillArea( 230-15, 200-40, $FF0000, $191CEb)
StopDrawing()

If OpenWindow(0, 0, 0, 300, 200, "Time to go", #PB_Window_SystemMenu|#PB_Window_ScreenCentered)
  ImageGadget(2, 0, 0, 300, 200, ImageID(0))
  CompilerIf #PB_Compiler_OS = #PB_OS_Windows
    DisableGadget(2,1)
  CompilerEndIf
  ProgressBarGadget(0, 20, 10, 36, 180, 0, 100,#PB_ProgressBar_Vertical|#PB_ProgressBar_Smooth)
  AddWindowTimer(0, 123, 1000)
  LoadFont(0, "", 14)
  SetGadgetFont(#PB_Default, FontID(0))
  TextGadget(1,75,85, 210,30, "Time to go", #PB_Text_Center)
  SetGadgetColor(1, #PB_Gadget_FrontColor, $18E4E7)
  SetGadgetColor(1, #PB_Gadget_BackColor, $85297A)
  
  Repeat
    Event = WaitWindowEvent()
    
    If Event = #PB_Event_Timer And EventTimer() = 123
      now =  Date()
      soon =  Date(2011, 01, 01, 00, 00, 01)
      today = Date(2010, 12, 31, 00, 00, 01)
      diff = soon - now
      leftover= today + diff
      If now >= soon
        SetGadgetText(1, FormatDate("%yyyy ~ happy new year",now))
        SetGadgetState(0, 100)
      Else
        SetGadgetText(1, FormatDate("%dd.%mm.%yyyy ~ %hh:%ii:%ss",leftover))
        Value.f = (diff/86400) * 100
        SetGadgetState(0, Value)
        GadgetToolTip(0, Str(GetGadgetState(0)) + " %")   
      EndIf
    EndIf    
    
  Until Event = #PB_Event_CloseWindow
EndIf
Inf0Byt3 wrote:Edit: Strange, this is my 2011'th post :lol:
so you're already done for next year :mrgreen:
Last edited by Vera on Fri Dec 31, 2010 10:22 pm, edited 1 time in total.
Post Reply