|
2015-07-05
, 20:43
|
|
Posts: 3,141 |
Thanked: 8,161 times |
Joined on Feb 2013
@ From my Gabriola Island hermitage, near the Edge of the World
|
#72
|
The Following 12 Users Say Thank You to endsormeans For This Useful Post: | ||
|
2015-07-07
, 16:54
|
|
Posts: 1,503 |
Thanked: 2,688 times |
Joined on Oct 2010
@ Denmark
|
#73
|
The Following 5 Users Say Thank You to dr_frost_dk For This Useful Post: | ||
|
2015-07-07
, 19:52
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#74
|
So if there is a chinese toy inflatable duck called maemo, we're screwed, we haven't been actively enforcing and looking for people to sue, so probably getting them to court now will be considered untimely.
Still don't see how we will suddenly be sued by tradermark trolls (we're not cybersquatting, if they take us to court with unregistered trademark that's been in use for a decade we still have better legal grounds).
|
2015-07-07
, 21:21
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#75
|
Just ask the guy that owned the Groupon website before Groupon existed.
He said, ‘Well, I live in England and I’m interested in, at some point, starting a group coupon service, where somebody would be able to buy a coupon that, if they bring four people into a restaurant, all five of those people would get a discount.
|
2015-07-08
, 01:44
|
|
Posts: 3,141 |
Thanked: 8,161 times |
Joined on Feb 2013
@ From my Gabriola Island hermitage, near the Edge of the World
|
#76
|
|
2015-07-08
, 18:08
|
|
Posts: 1,092 |
Thanked: 4,995 times |
Joined on Dec 2009
@ beautiful cave
|
#77
|
The Following 7 Users Say Thank You to Fellfrosch For This Useful Post: | ||
|
2015-07-10
, 00:39
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#78
|
The Following 13 Users Say Thank You to woody14619 For This Useful Post: | ||
|
2015-07-10
, 09:04
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#79
|
mysql> mysql> select date, account, total_amount, currency from all_donations order by date; +------------+---------------+--------------+----------+ | date | account | total_amount | currency | +------------+---------------+--------------+----------+ | 2015-07-01 | PayPal | 9.46 | EUR | | 2015-07-01 | Deutsche Bank | 26.82 | EUR | | 2015-07-01 | PayPal | 15 | EUR | | 2015-07-01 | PayPal | 10 | EUR | | 2015-07-01 | PayPal | 10 | EUR | | 2015-07-02 | PayPal | 19.27 | EUR | | 2015-07-02 | PayPal | 47.05 | EUR | | 2015-07-02 | Deutsche Bank | 100 | EUR | | 2015-07-03 | PayPal | 25 | EUR | | 2015-07-03 | Deutsche Bank | 50 | EUR | | 2015-07-03 | Deutsche Bank | 100 | EUR | | 2015-07-04 | PayPal | 20 | EUR | | 2015-07-05 | PayPal | 20 | EUR | | 2015-07-06 | PayPal | 150 | EUR | | 2015-07-06 | Deutsche Bank | 50 | EUR | | 2015-07-07 | PayPal | 20 | EUR | | 2015-07-07 | PayPal | 25 | EUR | | 2015-07-08 | PayPal | 20 | CAD | | 2015-07-08 | PayPal | 95.9 | GBP | | 2015-07-08 | Deutsche Bank | 20 | EUR | | 2015-07-08 | Deutsche Bank | 200 | EUR | +------------+---------------+--------------+----------+ 21 rows in set (0.00 sec) mysql> select sum(total_amount * exchange_rate) as calculated from all_donations; +--------------------+ | calculated | +--------------------+ | 1061.6399999863002 | +--------------------+ 1 row in set (0.00 sec)
The Following 9 Users Say Thank You to juiceme For This Useful Post: | ||