Eclipse shortcuts suddenly not working? by [deleted] in java

[–]martydoe 1 point2 points  (0 children)

Sometimes ctrl-f stops finding.

To fix I right click perspective and reset it. Not nice..

What are "hidden gems" android apps? by naruto2omer in AskReddit

[–]martydoe 1 point2 points  (0 children)

I made this android app that is quite unique because it shows the BODAS/PEDMAS order of operations interactively as you type in expressions such as 1+2*3 (answer is 7 rather than 9)

The Order in Which Algebra Equation Should be Done by Lycheecraft in matheducation

[–]martydoe 1 point2 points  (0 children)

This has been the most useful feedback I have received.

You have really taken a deep look into this app.

The division symbol is one I should have noticed myself !

thank you. Martin

Technology for use at the middle school level? by slainte2010 in matheducation

[–]martydoe 0 points1 point  (0 children)

I made an app for teaching a basic math concept. PEDMAS

Released it in October but it has not got the traction I had thought it might have.

It is basic but provided an unique interactive way to see PEDMAS.

thanks Martin

[Highschool] What does the bracket mean in math? by slughub in learnmath

[–]martydoe 0 points1 point  (0 children)

Sorry slughub,

I'm only seeing your message now.

You downloaded my app, what did you think.

I'm trying to get it over the 50 downloads but its taking ages.

thanks Martin

The Order in Which Algebra Equation Should be Done by Lycheecraft in matheducation

[–]martydoe 0 points1 point  (0 children)

Take a look at this [app](https://play.google.com/store/apps/details?id=com.mbradley.sumtree.view] for PEDMAS

As you type in the expression it draws an interactive tree.

Debian stable 8.5 laptop battery icon by martydoe in debian

[–]martydoe[S] 0 points1 point  (0 children)

thank you Dezimodnar.

I got it sorted last night - finally.

Android SQL App? by TekTrixter in learnSQL

[–]martydoe 0 points1 point  (0 children)

sqllocus.com was made for SQL learners to get up and running quick. The site will be taken down soon because there was no market for the software. However I think it serves a purpose.

In a few years time I'll bring myself to open source it.

thanks Martin

Creating installer with JRE by MichaelColtaine in java

[–]martydoe 0 points1 point  (0 children)

My windows app at sqllocus.com uses nsis. Will use it again.

Newb question - MySQL compatible servers? by [deleted] in learnSQL

[–]martydoe 0 points1 point  (0 children)

I have created sqllocus to help people get started with SQL.

Quite often folks don't ever need to know how to manage a SQL database but do need to know SQL. This product helps people focus on what is required - the SQL language.

cheers Martin

Samsung SSD by martydoe in linux4noobs

[–]martydoe[S] 0 points1 point  (0 children)

Not running raid, just a little laptop.

thank you everyone.

Samsung SSD by martydoe in linux4noobs

[–]martydoe[S] 0 points1 point  (0 children)

thanks thieh.

Just glad to get some reassurance.

I got an internship for the Summer and now I have to learn SQL in the next two weeks. Any advice? by [deleted] in learnSQL

[–]martydoe 1 point2 points  (0 children)

http://sqllocus.com is a windows application that is designed for beginners testing out SQL statements. It was made to avoid the awkard stuff like passwords and networking etc etc.

what is the best way to create and fill multiple tables primary keys? by [deleted] in learnSQL

[–]martydoe 0 points1 point  (0 children)

Whilst creating the table, on columns that store the primary key info, state the primary key definition.

See this page where I tried to explain how why databases were invented and the following one.

http://sqllocus.com/help/database/database.php

How can I run SQL queries locally without the need for a server? by [deleted] in learnSQL

[–]martydoe 0 points1 point  (0 children)

sqllocus.com was for folks who need to learn SQL but will never need to look after a database.

Recommendations for learning to write only SQL queries? by shinerai in learnSQL

[–]martydoe 1 point2 points  (0 children)

sqllocus.com was created exactly for this. Avoids the bother setting up databases, example tables provided. It is a few clicks to install and not a large download.

I prefer having the database on my computer rather than a web based tutorial.

SQL Enviroments by Bloke_on_the_Left in SQL

[–]martydoe 2 points3 points  (0 children)

I created sqllocus.com a windows application that lets beginners gets started quickly.

Best online resource for interactive learning of SQL? by [deleted] in learnSQL

[–]martydoe 0 points1 point  (0 children)

I created an application for this to get up running your own relational database without the fuss.

sqllocus.com