|
DaVinci Resolve 15 | Blackmagic Design
Revolutionary tools for editing, visual effects, motion graphics, color correction and audio post production, all in a single application!
Link at bottom.
|
|
|
|
|
Need help with an algebra formula? Try this:
https://www.mathway.com/Algebra[^]
All you do is type in your formula, then it asks which variable you want to solve for. Brilliant!
As an example, type in the following formula and solve for 'a':
a/(a+b) = c/d
The website will give you the answer. Unfortunately, if you are curious and want to see the steps you have to pay $20/month which is too steep for me...still, a really nice resource for those with weak or rusty math skills who just need to get a job done.
"Go forth into the source" - Neal Morse
|
|
|
|
|
GitHub - oormicreations/ClipboardPlus: Enhanced clipboard viewer with multiple clips[^]
ClipBoard Plus is a free and open sourced windows application for viewing and managing a clipboard with multiple clips.
Download link
Releases · oormicreations/ClipboardPlus · GitHub[^]
Features:
Stores multiple clips as you copy.
Stores up to 5 text clips.
Clicking on any of the preview clip loads it on to the clipboard.
Clear specific clips or clear all.
Save specific clips or save all as text file.
Remembers window position.
Can be minimized to the tray.
Minimal UI.
Hides copied passwords automatically.
Supported on MS Windows 7 to 10.
IDE MS VS 2015, C++, MFC
A FOSS Project by Oormi Creations
|
|
|
|
|
Personally, I use ClipX ClipX[^] Has all your features and a few more. It is very handy and has a hotkey feature with Shift-Ctrl-V and you can select what to paste. I set mine for 25 items in the paste history and it runs on start up.
To err is human to really mess up you need a computer
|
|
|
|
|
|
Online C/C++ Formatter[^]
Feed it badly indented code from QA and it makes it readable. It doesn't support 1TB (Yay!) or Whitesmiths (Booooooo!) but it does get the indentation right and is consistent in where it puts the brackets.
Sent from my Amstrad PC 1640
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Nice,
Looks like it's using the ACE library[^] to beautify the source code.
Best Wishes,
-David Delaune
|
|
|
|
|
|
I use Sourcetree for my personal projects, but as they become more involved that may be about to change.
I want to merge a number of solutions into a master branch but I dont see any option to browse the tree in Sourcetree.
I see lots of questions asking of its whereabouts online and complaints from when it went missing, but nothing to say that it was ever found again!
Any of you know how to browse the tree in SourceTree?
Ger
|
|
|
|
|
Ger Hayden wrote: but as they become more involved
Just curious as to what that means. Do you mean more complicated and feature rich? Or something else?
|
|
|
|
|
Both, unfortunately. More features have added more complexity.
Ger
|
|
|
|
|
Perhaps it might be possible to break them into more discrete and smaller pieces of work that can be independently managed. Certainly in my case that it often true.
|
|
|
|
|
Message Removed
modified 19-May-21 14:27pm.
|
|
|
|
|
Message Removed
modified 19-May-21 14:27pm.
|
|
|
|
|
Message Removed
modified 19-May-21 14:27pm.
|
|
|
|
|
Message Removed
modified 25-May-18 0:09am.
|
|
|
|
|
Message Removed
modified 25-May-18 0:09am.
|
|
|
|
|
Markdown is really a great alternative to HTML, and I've used it for a while, but unfortunately it had some quirks and limitations that REALLY annoyed me, like the inability to apply styling classes where needed.
If some of you are in the same case, I've released an alternative lightweight markup language (https://github.com/senselogic/PENDOWN) especially designed to fix those problems.
It can be quickly converted to HTML in the navigator through a JS script, or offline by a server-side command line tool.
For those interested, here are a few sample tags :
! Heading 1
!! Heading 2
!!! Heading 3
!!!! Heading 4
!!!!! Heading 5
!!!!!! Heading 6
**bold**
%%italics%%
^^superscript^^
,,subscript,,
~~strikethrough~~
__underlined__
##highlighted##
{{ span }}
{{{ div }}}
### box ###
+++ frame +++
>>> quote >>>
::: pre :::
:::^cpp\
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!";
return 0;
}
:::
[[[
(( Monday | Tuesday | Wednesday ))
(( 1 | 2 | 3 ))
(( 1 | 2 | 3 ))
(( 1 | 2 | 3 ))
]]]
* List
* List
* Sub-list
* Sub-list
# Numbered sub-list
# Numbered sub-list
# Numbered sub-list
# Numbered sub-list
# Numbered
sub-list
@@http:
@@http:
@@http:
[[image.jpg]]
[[image.jpg:20]]
[[image.jpg:20vw,20%]]
After a Pendown tag, you can specify one or several lists of classes and properties :
{{^big,red,yellow_background\ a big red text with a yellow background }}
{{^@2.5,$00f,#eee,black_outline\ a big blue text with a light gray background and a black outline }}
Those lists can be named, so that you can reuse them elsewhere in the document :
{{^blue,italic:gangnam\ a blue text in italics }}
!^gangnam\ This title also uses the gangnam style.
modified 22-Feb-18 9:32am.
|
|
|
|
|
This is the wrong place to post this, really - this forum can move very fats, and posts like this can be swept into oblivion quickly.
Instead, have you considered posting this as a Tip? Submit a new Article[^]
As it stands, it wouldn't qualify as an article, but with a little more detail a tip should be fine. And it would be a lot easier to find later!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
OriginalGriff wrote: this forum can move very fats HEY! I resemble that remark! I'm only slightly overweight!
Anything that is unrelated to elephants is irrelephant Anonymous
- The problem with quotes on the internet is that you can never tell if they're genuine Winston Churchill, 1944
- Never argue with a fool. Onlookers may not be able to tell the difference. Mark Twain
|
|
|
|
|
I agree, a tip or an article would be much more suited and useful
|
|
|
|
|
It's way more helpful to post an article and share the code than it is to advertise your project on the Lounge. Imagine if everyone posted "hey, check out my new tool" message. I'm going to move this to the free tools forum.
Besides that, I have two comments
1. Well done. I too am writing Yet Another Markdown Processor myself because the current ones are too ambiguous and don't have everything I want. It's a PITA to get all the cases right.
2. I don't, however, understand the motivation for creating yet another syntax that's not compatible with markdown just to add styling. Markdown already includes the ability to include plain HTML with styles and classes. Further, the intent of Markdown is that "a Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions". So what you've proposed is actually a markup, not markdown.
Maybe it's worth creating an extension to markdown that allows style classes to be defined the way you've done it, but within a syntax that's backwards compatible with Markdown (whatever that means these days(
cheers
Chris Maunder
|
|
|
|
|
Chris Maunder wrote: I too am writing Yet Another Markdown Processor
Obligatory XKCD[^].
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
Indeed an article will be more useful and durable
About the syntax, actually the first implemented version was much closer to Markdown, but over the time the syntax has evolved a lot, mostly in order to remove many Markdown limitations.
For instance Pendown's tags are especially chosen to generate almost no collision with standard C-like code (except for << and >> I think) so that the tags can be freely used in code snippets.
And the table syntax allows tables to be embedded into other tables. Etc etc...
So I agree, Pendown is not a Markdown variant, but I still think it's a good alternative, with many improvements over its spiritual ancestor
|
|
|
|
|
Thank you I just used it for my purpose.
|
|
|
|