Pomodorium is a new pomodoro technique timer with embedded RPG game :)
In this game for completing pomodoro you are receiving 25-gold,
and you can spend it on buying weapons and armors and play from level 0 to 40 , travel through the map and free cities from monsters.
Software requires Adobe AIR.
here is link on Pomodorium website
Friday
Wednesday
linq subquery for in
for example following sql
will have this equivalent in linq:
select * from AccountTransactions a
where
a.TransactionId =19687 OR
a.TransactionId in (select ChildId from AccountTransactionRelations where InvoiceId=19687)
will have this equivalent in linq:
var records = from t in odc.AccountTransactions
join r in odc.AccountTransactionRelations on t.TransactionId equals r.InvoiceId into rel
where t.TransactionId == transactionId || rel.Select(o => o.ChildId).Contains(transactionId)
select t;
Friday
application monetization
Banners and ads :
Theres CPM banners, which pay per ad displayed:
Adbrite: www.adbrite.com
AdSense www.Google.com/AdSense < br>
Theres CPC banners, which pay per ad clicked:
Zohark: www.f
acebook.com/applications/Zohark_Ads/18584639088
Adchap: http://adchap.com/
Theres CPA
systems, which pay per action,
like surveys/offers:
Theres CPM banners, which pay per ad displayed:
Adbrite: www.adbrite.com
AdSense www.Google.com/AdSense < br>
Theres CPC banners, which pay per ad clicked:
Zohark: www.f
acebook.com/applications/Zohark_Ads/18584639088
Adchap: http://adchap.com/
Theres CPA
systems, which pay per action,
like surveys/offers:
Peanutlabs: www.peanutlabs.com
MillnicMedia: www.millnicmedia.com
$uperRewa
rds: http://www.facebook.com/apps/applicatio … 6131192103
Theres PPP
system, which pay per play of
audio advertisements:
Netaudioads: http://www.selling
ppp.com/a.cgi?ppp=1207763387
Some are easy to apply for..
like Google
AdSense Others are very difficult to apply for.. like peanut labs
Virtual currency:
MillnicMedia: www.millnicmedia.com
$uperRewa
rds: http://www.facebook.com/apps/applicatio … 6131192103
Theres PPP
system, which pay per play of
audio advertisements:
Netaudioads: http://www.selling
ppp.com/a.cgi?ppp=1207763387
Some are easy to apply for..
like Google
AdSense Others are very difficult to apply for.. like peanut labs
Virtual currency:
Subscribe to:
Posts (Atom)
test smtp server with powershell
Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...
-
Here is instruction how to make blinking text in rainmeter: 1.right click and select " Edit skin " 2.add following code to temp...
-
Error:The element 'Schedule' has invalid child element 'RecurrenceRule'. List of possible elements expected: 'Occurring...
-
If you use Visual Studio to open a Web project that was developed for the .NET Framework 2.0, the .NET Framework 3.0, or the .NET Framework...