topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 26, 2024, 12:31 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - AbteriX [ switch to compact view ]

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 46next
126
clarify grammar for those struggling with English.

I have the need for such service often  :D , thanks for the offer  :Thmbsup:



.

127
Developer's Corner / Re: TextAdept: Lua-extensible Editor
« on: May 12, 2014, 01:00 AM »
more text editors...more text editors...more text editors...I still haven't found "the one"  ;D

128
Mini-Reviews by Members / Re: Atom - A new editor is born
« on: May 08, 2014, 05:15 AM »
I am waiting for a Win32 release too. Keep me informed please  :Thmbsup:

129
If I where you,
I would have one folder on my desktop
full of hardlinks (junctions) to these other folders.

So if I need to see the content of one special folder,
I just would click at that hardlink.
(and those folder each would have a hardlink back to desktop folder.

But in real I would just use a good file manager ;-)

130

Sometimes TC seems a lot slower heads-down on copying that the alternatives, although again,
there may be some special or alternative modes. Any thoughts on that aspect as well?

-Steven Avery (March 03, 2014, 07:03 AM)

I don't really know. Me thinks, I just don't really care on this.


But there are settings:

--------------------------------
Help > Operations > Menus > Menu configuration - Options > Copy/Delete

      Copy method (for experts only!)
      This section allows to change the copy method
--------------------------------


More via search in the TC forum (as I said, I don't really care, so I have less experiences)

.

131
http://www.ghisler.com/history850.txt

19.02.14 Release Total Commander 8.50 final (32/64)
...
...
10.03.13 Added: F5 copy: First copy all files where the user doesn't need to be asked and skip all with errors, ask at the end (32/64)
...
...
...


.

132
Hi, I am searching for a tool to encrypt text.

I have found many funny and wired progs, some sitting in the tray and watching clipboard or waiting for a hotkey pressed.


But I have not found what I really looking for (maybe someone still needs an idea for NANY2014?):

- portable app, no dependencies, no registry mess, just launch - use - close
- small executable (assembler? 20kB is enough, easy to share)
- notepad like interface/GUI
- no funny options, no load or save (well, maybe nifty), just encrypt and decrypt
- using standard formats to encrypt in this order:
1.) ROT18 or ROT47
2.) AES crypter 256
3.) base64
- do vice versa to decrypt

Step 2 should ask for pass phrase.

- - -

My usage:
- write or paste plain text (ASCII or Unicode)
- click on [Encrypt] and enter password /prase
- select all and copy to clipboard

And vice versa:
- paste encrypted text
- click at [Decrypt] and enter password /prase


- - -

I think, the main trick is the base64 encoding, with that we are able to exchange the text via clipboard and email.
And the automatically use of three steps to obscure the data.

We can already use EDXOR (http://members.ozema...tv/freezip/freeware/)  or an text editor with a
few scripts to do that, or utilizing online tools, but I want a simple, no hassle tool for the mothers of us to use  :D

- - -

Note:
I don't want to encrypt files itself or save encrypted text to file. I just want to encrypt text and then copy it. (and vice versa)

- - -
More ideas:

Maybe "select all and copy to clipboard" could be implemented as an button too?

An extra feature would be a command line option:
MTE.exe -e/-d -p pw123 -in xxx.txt -out xxx.txt.enc

Plus if possible an option to use a keyword for -input/-output to tell the app to use text from/to clipboard.
MTE.exe -e/-d -p pw123 -in {clipboard} -out {clipboard}

Maybe an option for -p to show an dialog to prompt for the password (like -a for 'ask').


Any ideas of existing tools?


---
EDIT:
Google is fast
_ClipboardPic 2014.02.11 (22.27.29).png

133
Found Deals and Discounts / Re: RightNote Pro 50% Off Thru January 31
« on: January 23, 2014, 12:57 AM »
I can recommend RightNotes too. I use it since November every day. For me it's the best I could found.

134
IDEA - how to capitalise the first word of every line and behind an dot?


I think every text editor with Format Sentence-Case should be able to do that. E.g. Notepad2.




To work on only the first char of every line use a text editor with \L, \U regex metachars like EmEditor.
Find: ^(\w)
Repl: \U\1




Or with XYplorer:
Code: Text [Select]
  1. $file = readfile("c:\Temp\input.txt");
  2.  
  3.    $out="";
  4.    foreach( $line, $file, "<crlf>"){
  5.          $first = recase(substr($line, 0, 1), "upper");
  6.          $rest  =        substr($line, 1);
  7.          $out   = $out . $first . $rest . "<crlf>";
  8.    }
  9.    text $out;
  10.   //writefile("c:\Temp\out.txt", $out);





Or with PowerShell (v2.0 Syntax)

#Upper case first char in line, here also chars after dot, exclamation or question marks too:
Get-Content hymn-book.txt | ForEach-Object{ [Regex]::Replace($_, '^\w|[.!?]\s+\w', {param($mymatch) $mymatch.Value.toUpper()})}


Note: "ForEach-Object" can be shorten to "foreach" and even to just "%"


.

135
Finished Programs / Re: Another small clipboard monitor
« on: November 25, 2013, 03:10 AM »
Hi flamerz, good work!


If I would use this tool I would miss two options from the menu:

* Add Header
* Add Footer



As header I would imagine the title of the window I had captured from, additional a timestamp.
like: "2013-11-25 10:10:29 - N.A.N.Y. 2014 Submission: clipboard monitor "rpclip" - DonationCoder.com - Mozilla Firefox"

As footer I could need a separator line like "\r\n\r\n /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ \r\n\r\n"


Just my ideas   :Thmbsup:

136
Hello community, I've got an NANY idea for Windows XP users:
Have an option on the  restart WINDOW: "restart in safe mode", only one time (next shutdown/restart -in normal mode).
Because I don't like to  hit F8 in restart.


Therefore try out the native command 'msconfig'


Win+R >> msconfig >> ENTER




.

137
SlickEdit
SlickEdit 2013 is a cross-platform, multi-language code editor that gives programmers the ability to code in over 50 languages on 9 platforms.
http://www.slickedit.com/

- - -


I don't know who will have a use for this, but there is a discount in October of 25% from the normal price between $300 and $800 dollar.

One plattform - one user: $299 / 25% = $225
Three platforms - concurrent user: $788 / 25% = $600



25 Years = 25% Off SlickEdit 2013 - Offer is valid from October 1, 2013 at 12:00 AM through October 31, 2013 at 11:59 PM.

SlickEdit is celebrating our 25th year of providing quality development tools. 
From our early days of being used to write the Microsoft Windows NT kernel, to more recent use keeping the
internet working, planes flying, and cell phones ringing; we thank you for choosing us.
 
To show our gratitude, for the month of October, all* new SlickEdit 2013 purchases made through our webstore will receive a 25% discount!

To take advantage of this offer, visit our webstore.

http://www.slickedit...5-off-slickedit-2013


.

138
Site/Forum Features / Re: I give up: how to find my forum postings?
« on: October 19, 2013, 12:33 PM »
Tip: At the very top of the forum page where it says "Greetings [USERNAME] are also some quick links,

Right there I missed often a "Show your posts" link to list my find my last posts.






-

139
Post New Requests Here / Re: Service Killer for Shutdown?
« on: October 09, 2013, 07:39 AM »
[copy or print]
'[copy' is not recognized as an internal or external command, operable program or batch file.
This "[copy or print]" line comes from this forum software and has nothing to do with the batch,
so don't copy that line to your batch.

System error 1060 has occurred.
The specified service does not exist as an installed service.
You have to exchange the name of the service behind the "NET STOP " command
with the name of the service you want to stop. (Open a DOS-Box and type "NET START" to see all available services you can perhaps could stop)

Win XP if that helps
I don't know, but for WinXP the parameters for the shutdown command are used with an hyphen instead with an slash as for Win7:
 http://www.microsoft...utdown.mspx?mfr=true
http://www.computerhope.com/shutdown.htm

So you should use
SHUTDOWN -s
instead of
SHUTDOWN /s


 

140
Post New Requests Here / Re: Service Killer for Shutdown?
« on: October 09, 2013, 03:48 AM »
Step-by-Step:

- create a new text file on your desktop

- open it to edit and enter:

@ECHO OFF
REM Everything behind the word REM is just a comment
REM Your description, what this batch does goes here...

REM stop this services:
REM (type NET START in a DOS-BOX to see the service names to use here)

NET STOP theNameOfServiceToStop
NET STOP "theNameOfService with blanks to stop"

REM shut down the PC. Enter 'shutdown /?' into a DOS-Box to see all available parameters
SHUTDOWN /S

REM this is the end, my friend

- save this file with a CMD extension like shutdown.cmd
- double click this batch file and watch your PC shutting down.


I can't guarantee that it will work with your environment and settings...
Maybe you have to right click the batch and choose "Run As Admin" for Vista/Win7 to execute with enough rights.
Perhaps you have to enter a line or two in between to wait before doing the next step, like
PING -n 8 127.1.2.3 >NUL


Any more questions? Just asks...

 

141
Post New Requests Here / Re: Service Killer for Shutdown?
« on: October 09, 2013, 02:03 AM »
How about a batch?

maybe-not-100%-working dummy example Shutdown.cmd:
@ECHO OFF
net stop AppleMobileDeviceSvc
net stop "another X"
shutdown /s /t 99 /c "shut down by TaoPhoenix"




 

143
General Software Discussion / Re: extract lines containing
« on: September 24, 2013, 01:11 AM »
from a command line you can issue the Find command and redirect the results to a text file

if you want to use wildcards I think you have to use the Find command inside a For statement

look up Find, For, and redirecting output in a Command Line reference

Nowadays we even have 'findstr' on Win7:

FINDSTR [/B] [/E] [/L] [/R] [/S] [/I] [/X] [/V] [/N] [/M] [/O] [/P]
        [/F:Datei] [/C:Zeichenfolge] [/G:Datei] [/D:Verzeichnisliste]
        [/A:Farbattribute] [/OFF[LINE]] Zeichenfolgen
        [[Laufwerk:][Pfad]Dateiname[ ...]]
http://ss64.com/nt/findstr.html


C:\>FindStr /R myregexsearchpattern C:\Temp\*.txt > C:\Temp\results.txt


- - -

hehehe, the circle closes   :P :

Along the way, qgrep somehow changed its name to findstr.
http://blogs.msdn.co.../11/28/10372436.aspx
.

144
Living Room / Re: Anyone from German, I have a question for you.
« on: September 18, 2013, 01:04 PM »
kindergarten is not forbidden in germany. The opposite is true; in the past, kindergarten starts at 3 years old, now even baby's can be brought to kindergarten (the world goes more silly every day  :'( )


.

145
Some ideas, maybe from use for someone...

I doesn't have much use for a graphic editor this days.
Only a little bit cropping, color and brightness adjustment, drawing a arrow, little rotation and like that.

So I searched for free and portable lightweight apps and found this recently:
Hornil StylePix - Free Photo Editor
PixBuilder Studio - Free photo editing software - WnSoft

In the past I used Photofiltre too to create the graphic pack for SC.
Also from time to time I use pay ware PhotoLine (there was a giveaway on german c't magazin years ago. Still have too less use for it to buy a newer version)
And then I have bought some cheap older PhotoImpact from the electric bay. But often I just use a "patched" trial of version 8 (2002?) because it's small and all I need.

As viewer I use Irfan View every day since years. (reminder to me: check last donation time)

.

146
So vim is vi with extra vim, right? But it's still a commandline editor?
VIM is VI IMproved. So yes, VIM is VI with many improvements.

There is a VIM.exe for terminal or commandline window (DOS-Box) and also gVIM with a normal gui and with toolbar and menus (you can create your own menus)


The advantage of VIM is for me that every keystroke can be a command and literal text,.. depending on the mode you are in.
There are action commands and movement commands, and you can combine them together, like (d)elete(w)ord or (V)isualSelect till (})end-of-paragraph
or "ddw             : store what you delete in register/clipboard d
"d :  use register d
d : delete
w : word

That way you can do many nifty things by just a few keystrokes: in a nutshell >> http://rayninfo.co.uk/vimtips.html
I guess this editor is only for people who work with text on a daily basic, else you wont get all that nifty tricks in to your fingers.
First it seams to be a many extra work to think about "ddw, but once you can memorize it f needed, it's a great workflow.
VIM has a command line, so you can just map the command "ddw to a key like F3 and use that the next few times you need it. ( just 'nmap <F1> "ddw <enter>' and here you go)
Actions are e.g. '(v) select', '(y)ank/copy' and '(d)elete'. Movements are e.g. '/findme', '(w)ord', '$' end of line, '}' next empty line, '%' to bracket, 'f"' to next quote,...
So you can use ' f " v f " y ' to find next quote, change to visual mode, select till next quote, and copy to register/clipboard.


========================================

(g)lobally[whole file] search for lines containing 'TODO'
and then (y)ank[copy] this line to register[clipboard] U (upper case U means 'append' to u)
use:

:g/TODO/y U


To yank the next line too, just add a '2':
:g/TODO/y U 2


To yank one line before and one after, use:
:g/TODO/-,+y U


To yank one line before and two after, use:
:g/TODO/-,+2y U

========================================

Select between quotes, or parenthesis, or whole paragraph, or <Tag>, or,or,or...:

vi"
vi)
vip
vit
 
More e.g. there > http://www.vimdrills...drill-3-text-objects

========================================

Best watch some vids to see how VIM works

http://vimeo.com/15443936
http://lococast.net/.../category/screencast
http://net.tutsplus....casts-and-resources/


http://vimcasts.org/...d-html-with-a-macro/
http://media.vimcast...1/markdown_macro.ogv


VimSpeak Demo - playing VimGolf using only voice
http://www.youtube.c.../watch?v=qy84TYvXJbk


Me thinking: only if you will need such tricks often on a daily basic, or you are a programmer, then VIM is for you. No?
If you just want to read a few readme.txt files or write only a little now and then, then other editors may be much more nifty for you.


HTH? :D

147
General Software Discussion / Re: The Non-Notepad(MS) Thread!
« on: July 15, 2013, 06:02 AM »
First of all I don't see the difference between free version and professional version: in any case EmEditor asks the registration code.
You should read the announcements on that homepage, or the announcement thread of v13 here.

Then, when I open a .RTF document I see also the codes of the RTF format (for example "\par")!!!!!
Is EmEditor just that way or did I miss something?
EmEditor is a text editor. Not an RTF editor. Plain text only. Like notepad, notepad2, notepad++,...



.

148
Just a note for those interested:

[2013-07-06] Vim 7.4a BETA has been made available.
Since 7.3 more than a thousand improvements have been made.
It should already be stable enough for daily use. But let's do some testing before calling it 7.4.

You can read the announcement here. (Bram Moolenaar)
http://www.vim.org/



Happy Vimming!



NSA approved. ID:45HK789de

149
General Software Discussion / Re: Cut and paste list of files ?
« on: July 04, 2013, 04:35 PM »

- Use SED or any other text editor

-add in front of all lines

MOVE "


-add at end of all lines

"       "X:\new\path"


That should get you
MOVE "F:\1_B\2003\01 2003\important\publication 01 2003\Béec2002.pdf"      "X:\new\path"
MOVE "F:\1_B\2003\01 2003\important\publication 01 2003\Béec2001.pdf"      "X:\new\path"
MOVE "F:\1_B\2003\01 2003\important\publication 01 2003\Béec2000.pdf"      "X:\new\path"
...
etc


- save with .CMD extension and execute


You may want to try with one or two files only and maybe with COPY instead of MOVE first.
Open a command line window and type 'move /?' to read more.



 

150
Remove empty lines in a txt file

See file content:
Code: Text [Select]
  1. C:\>TYPE input.txt



Filter for lines not (/V) being empty (^$):
Code: Text [Select]
  1. C:\>TYPE input.txt | findstr /V "^$"
(piping (|) the output of type to the input of findstr)
(for empty lines possible containing whitespace use: "^\s*$")



Filter and write to new file:
Code: Text [Select]
  1. C:\>TYPE input.txt | findstr /V "^$" > output.txt


More about at http://www.microsoft...s/en-us/findstr.mspx


.

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 46next