Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
32% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
Ranked #44.2K
Ranked #4K
~2K People Reached
Favorite Forums

4 Posted Topics

Member Avatar for DelphiGuy

You have to create two images first. I'm sure anyone could convert this code to use just on image by using a TBitmap. Procedure TurnImage(Src, Dst: TImage); var x,y: integer; begin Dst.Width:= Src.Height; Dst.Height:= Src.Width; For x:= 0 to Src.Width-1 do begin For y:= 0 to Src.Height-1 do begin Dst.Canvas.Pixels[(Src.Height-1)-y,x]:= …

Member Avatar for DelphiGuy
0
2K
Member Avatar for Jiggle

Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely.

Member Avatar for wpeckham
0
115
Member Avatar for Fireprufe15

The main form isn't something you're allowed to change in Delphi. You managed to find a way that appears to work half-way, but it's a hack. Stop doing that. An application has only one main form, and it's the first form that finishes being created via CreateForm. If you need …

Member Avatar for anijacity
0
272
Member Avatar for k2k

Is there as well such a single sed command to remove several lines starting from my "label" line after all ? May be something like : sed '/label/{d.....n;d...}' < filein > fileout ; mv fileout

Member Avatar for anijacity
0
170

The End.