cppcms-users Mailing List for CppCMS C++ Web Framework (Page 72)
Brought to you by:
artyom-beilis
You can subscribe to this list here.
2009 |
Jan
|
Feb
(22) |
Mar
|
Apr
(3) |
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
(15) |
Nov
(16) |
Dec
(13) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(4) |
Feb
|
Mar
(8) |
Apr
(8) |
May
(8) |
Jun
(36) |
Jul
(63) |
Aug
(126) |
Sep
(47) |
Oct
(66) |
Nov
(46) |
Dec
(42) |
2011 |
Jan
(87) |
Feb
(24) |
Mar
(54) |
Apr
(21) |
May
(22) |
Jun
(18) |
Jul
(22) |
Aug
(101) |
Sep
(57) |
Oct
(33) |
Nov
(34) |
Dec
(66) |
2012 |
Jan
(64) |
Feb
(76) |
Mar
(73) |
Apr
(105) |
May
(93) |
Jun
(83) |
Jul
(84) |
Aug
(88) |
Sep
(57) |
Oct
(59) |
Nov
(35) |
Dec
(49) |
2013 |
Jan
(67) |
Feb
(17) |
Mar
(49) |
Apr
(64) |
May
(87) |
Jun
(64) |
Jul
(93) |
Aug
(23) |
Sep
(15) |
Oct
(16) |
Nov
(62) |
Dec
(73) |
2014 |
Jan
(5) |
Feb
(23) |
Mar
(21) |
Apr
(11) |
May
(1) |
Jun
(19) |
Jul
(27) |
Aug
(16) |
Sep
(5) |
Oct
(37) |
Nov
(12) |
Dec
(9) |
2015 |
Jan
(7) |
Feb
(7) |
Mar
(44) |
Apr
(28) |
May
(5) |
Jun
(12) |
Jul
(8) |
Aug
|
Sep
(39) |
Oct
(34) |
Nov
(30) |
Dec
(34) |
2016 |
Jan
(66) |
Feb
(23) |
Mar
(33) |
Apr
(15) |
May
(11) |
Jun
(15) |
Jul
(26) |
Aug
(4) |
Sep
(1) |
Oct
(30) |
Nov
(10) |
Dec
|
2017 |
Jan
(52) |
Feb
(9) |
Mar
(24) |
Apr
(16) |
May
(9) |
Jun
(12) |
Jul
(33) |
Aug
(8) |
Sep
|
Oct
(1) |
Nov
(2) |
Dec
(6) |
2018 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
(14) |
Jun
(1) |
Jul
(9) |
Aug
(1) |
Sep
(13) |
Oct
(8) |
Nov
(2) |
Dec
(2) |
2019 |
Jan
(1) |
Feb
(1) |
Mar
(3) |
Apr
(3) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2020 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(9) |
Jul
(6) |
Aug
(25) |
Sep
(10) |
Oct
(10) |
Nov
(6) |
Dec
|
2021 |
Jan
|
Feb
|
Mar
(7) |
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(9) |
Oct
(1) |
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: 陈抒 <csf...@gm...> - 2012-09-20 03:46:06
|
Hello You could use mongodb client API in your apps based on CppCMS framework. I have been using this way for one year. MongoDB has its own memory cached layer, so Jetty implement its cached server on MongoDB. I guess its slower than memory cached, but faster than writing to disk directly. 陈抒 Best regards http://blog.csdn.net/sheismylife On Thu, Sep 20, 2012 at 2:25 AM, Artyom Beilis <art...@ya...> wrote: > > > ----- Original Message ----- > > > From: Shiv Shankar Dayal <shi...@gm...> > > To: cpp...@li... > > Cc: > > Sent: Wednesday, September 19, 2012 6:47 PM > > Subject: [Cppcms-users] Using MongoDB > > > > Hi, > > > > I am a newbie with CppCMS. I want to create a login system where I can > > store sessions in MongoDB as well as on client size. > > Why do you actually need specifically MongoDB database to store sessions? > > File system session storage with combination of ext4 is pretty > fast storage - also other backends under contrib section are very fast > as well - berlekey DB or even a special sqlite3 module. > > > I just do not want to use any of CppDB module. Is this feasible? > > Yes, write your own plug-in storage, it should be quite trivial. > > Take a look on contrib section to see examples. Also take a look > on "tests/loadable_storage.cpp" file to see a trivial example how > to implement an API. > > > > > -- > > Best regards, > > Shiv Shankar Dayal > > > > > > Artyom Beilis > -------------- > CppCMS - C++ Web Framework: http://cppcms.com/ > CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |
From: Artyom B. <art...@ya...> - 2012-09-19 18:27:54
|
Full error log, with description of what exactly are you doing, with would be helpful :-) CppCMS is tested and works well on Mac OS X. Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ ----- Original Message ----- > From: Shiv Shankar Dayal <shi...@gm...> > To: cpp...@li... > Cc: > Sent: Wednesday, September 19, 2012 8:19 PM > Subject: [Cppcms-users] Build problems > > Hi, > > I am trying to build CppCMS on Mac OS X 10.6.8 using CMake and all. It > says skin1.cpp not found encountered at line 584 in CMakeLists.txt. > > Do you people have the same problem? > > -- > Best regards, > Shiv Shankar Dayal > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |
From: Artyom B. <art...@ya...> - 2012-09-19 18:26:02
|
----- Original Message ----- > From: Shiv Shankar Dayal <shi...@gm...> > To: cpp...@li... > Cc: > Sent: Wednesday, September 19, 2012 6:47 PM > Subject: [Cppcms-users] Using MongoDB > > Hi, > > I am a newbie with CppCMS. I want to create a login system where I can > store sessions in MongoDB as well as on client size. Why do you actually need specifically MongoDB database to store sessions? File system session storage with combination of ext4 is pretty fast storage - also other backends under contrib section are very fast as well - berlekey DB or even a special sqlite3 module. > I just do not want to use any of CppDB module. Is this feasible? Yes, write your own plug-in storage, it should be quite trivial. Take a look on contrib section to see examples. Also take a look on "tests/loadable_storage.cpp" file to see a trivial example how to implement an API. > > -- > Best regards, > Shiv Shankar Dayal > Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ |
From: Shiv S. D. <shi...@gm...> - 2012-09-19 17:20:03
|
Hi, I am trying to build CppCMS on Mac OS X 10.6.8 using CMake and all. It says skin1.cpp not found encountered at line 584 in CMakeLists.txt. Do you people have the same problem? -- Best regards, Shiv Shankar Dayal |
From: Shiv S. D. <shi...@gm...> - 2012-09-19 15:47:51
|
Hi, I am a newbie with CppCMS. I want to create a login system where I can store sessions in MongoDB as well as on client size. I just do not want to use any of CppDB module. Is this feasible? -- Best regards, Shiv Shankar Dayal |
From: <ele...@ex...> - 2012-09-18 23:02:11
|
http://www.cplusplus.com/reference/stl/map/ Petr |
From: Dietrich M. <die...@gm...> - 2012-09-18 20:06:49
|
Hey, I would like to see an example for iterating through a given json object variable. I tried the following: cppcms::json::object settings; cppcms::json::object::iterator iter; for(settings.begin(); iter < settings.end(); ++iter){ } But as you might guess it does not even compile. ...36|error: no match for ‘operator<’ in ‘iter < settings.std::map<_Key, _Tp, _Compare, _Alloc>::end [with _Key = cppcms::string_key, _Tp = cppcms::json::value, _Compare = std::less<cppcms::string_key>, _Alloc = std::allocator<std::pair<const cppcms::string_key, cppcms::json::value> >, std::map<_Key, _Tp, _Compare, _Alloc>::iterator = std::_Rb_tree_iterator<std:: pair<const cppcms::string_key, cppcms::json::value> >]()’| |
From: Dietrich M. <die...@gm...> - 2012-09-18 20:00:42
|
Hey, I would like to see an example for iterating through a given json object variable. I tried the following: cppcms::json::object settings; cppcms::json::object::iterator iter; for(settings.begin(); iter < settings.end(); ++iter){ } But as you might guess it does not even compile. ...36|error: no match for ‘operator<’ in ‘iter < settings.std::map<_Key, _Tp, _Compare, _Alloc>::end [with _Key = cppcms::string_key, _Tp = cppcms::json::value, _Compare = std::less<cppcms::string_key>, _Alloc = std::allocator<std::pair<const cppcms::string_key, cppcms::json::value> >, std::map<_Key, _Tp, _Compare, _Alloc>::iterator = std::_Rb_tree_iterator<std::pair<const cppcms::string_key, cppcms::json::value> >]()’| |
From: kpeo <sla...@ya...> - 2012-09-16 10:11:31
|
Hello, Well, I'm currently working on the frontend. It still in development stage and need in some time (over month or more) for cleaning & optimize code before testing & sharing to community. So I'll write about it here later. But appreciate to CppCMS, it in itself (with good C++ practices & knowledges) - is almost everything that you need for site development. The only obstacle to fast working with it - necessity of reading documentation for understanding principles it work. Have you tried tutorials and go through them all one by one? http://cppcms.com/wikipp/en/page/cppcms_1x#Tutorials What CMSs you used before and what exactly slows your site development? Anyway, you can ask questions (how to do smth faster and correctly) here. Regards, kpeo 15.09.2012, 12:48, "niXman" <i.n...@gm...>: > Hello list, > > I want to create a website using CppCMS, but CMS implementation from > scratch requires a lot of time. > Me interests, whether there is CMS implemented with using CppCMS? > > -- > Regards, > niXman |
From: niXman <i.n...@gm...> - 2012-09-15 08:48:24
|
Hello list, I want to create a website using CppCMS, but CMS implementation from scratch requires a lot of time. Me interests, whether there is CMS implemented with using CppCMS? -- Regards, niXman ___________________________________________________ Dual-target(32 & 64 bit) MinGW compilers for 32 and 64 bit Windows: http://sourceforge.net/projects/mingwbuilds/ |
From: Christian G. <chr...@gm...> - 2012-09-14 10:37:28
|
2012/9/14 Artyom Beilis <art...@ya...>: > >>Hi all >> >>I am looking for a way to translate select box values: >> >> struct touch_form : public cppcms::form { >> cppcms::widgets::select hide_mouse; >> >> touch_form() >> { >> hide_mouse.add(translate("YES"), "true"); <<----- > > Yes this is the correct way to translate... just small note you > need either > > hide_mouse.add(booster::locale::translate("YES"), "true"); > works - did I say that I like cppcms quite a lot :) thanks -- Christian Gmeiner, MSc |
From: Artyom B. <art...@ya...> - 2012-09-14 09:06:57
|
>Hi all > >I am looking for a way to translate select box values: > > struct touch_form : public cppcms::form { > cppcms::widgets::select hide_mouse; > > touch_form() > { > hide_mouse.add(translate("YES"), "true"); <<----- Yes this is the correct way to translate... just small note you need either hide_mouse.add(booster::locale::translate("YES"), "true"); or using booster::locale::translate; hide_mouse.add(translate("YES"), "true"); > hide_mouse.add("NO", "false"); > > add(hide_mouse); > } > }; > >In the template I have the following: > <label for="touch_hide"><% gt "Hide Mouse Cursor" %>:</label> > <% form block form.hide_mouse %> id="touch_hide" <% end %> > >How can I do this? Yes this is the way to do this. Just like there: http://cppcms.com/cppcms_ref/latest/ex_message_board____apps_forums__cpp.html You are doing it right > >thanks >--- >Christian Gmeiner, MSc > >------------------------------------------------------------------------------ >Got visibility? >Most devs has no idea what their production app looks like. >Find out how fast your code is with AppDynamics Lite. >http://ad.doubleclick.net/clk;262219671;13503038;y? >http://info.appdynamics.com/FreeJavaPerformanceDownload.html >_______________________________________________ >Cppcms-users mailing list >Cpp...@li... >https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > |
From: Christian G. <chr...@gm...> - 2012-09-14 08:46:39
|
Hi all I am looking for a way to translate select box values: struct touch_form : public cppcms::form { cppcms::widgets::select hide_mouse; touch_form() { hide_mouse.add(translate("YES"), "true"); <<----- hide_mouse.add("NO", "false"); add(hide_mouse); } }; In the template I have the following: <label for="touch_hide"><% gt "Hide Mouse Cursor" %>:</label> <% form block form.hide_mouse %> id="touch_hide" <% end %> How can I do this? thanks --- Christian Gmeiner, MSc |
From: Artyom B. <art...@ya...> - 2012-09-14 07:16:57
|
First of all cppcms_boost is used in very limited way in header only: CppCMS 1.0.2 - boost::bind - boost::format - boost::interprosess (memory segment) - boost::unordered - boost::iostreams (the only small not header only part - gzip compression) - boost::variant - boost::crc in CppCMS trunk - boost::bind - boost::crc Rest - format - removed (shouldn't be in first place) - iterpresses improved with better memory allocation alg. - unordered replaced with stable hash table (where rehash does not invalidate iterators) - iostreams - gzip - custom std::streambuf - much more lightweight implementation - variant - replaced as well ------------------ Now even if you replace cppcms_boost with boost you will not get any advantage as 90% of stuff is header only specialized for specific object and the rest can be removed with options ---------- Now if you want to reduce executable size use options: http://cppcms.com/wikipp/en/page/cppcms_1x_build#Build.Options 1. In embedded platform you most likely do not need tcp_cache, you don't need prefork_cache(if you don't use prefork mode) or cache at all of you don't use caching 2. If you don't use AES encypted cookies - remove OpenSSL and Gcrypt support. 3. Remove localization backeds you don't need (you have 3 icu, std, posix you need one of them - icu most powerful but BIGGEST and depends on ICU library which is big) 4. If you use Embedded HTTP server you may remove SCGI and FASTCGI support 5. Use MinSizeRel option - to make smallest code 6. You may also remove gzip support (you'll get rid of gzip library as well) but the output will not be compressed - but for embedded platform it is not really a drawback. This is the best way to reduce executable size - and the most efficient one. Replacing cppcms_boost with boost is neither supported and will have negligible effect. And if there are still some CPPCMS_USE_EXTERNAL_BOOST macros... they should be removed :-) Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ >________________________________ > From: Markus Raab <us...@ma...> >To: cpp...@li... >Sent: Friday, September 14, 2012 9:03 AM >Subject: [Cppcms-users] memory footprint for hiding boost > >Hello group! > >Did someone try to measure how much more memory is used when an application >using cppcms also uses boost compared to if it would use the same >cppcms_boost? > >I was wondering how much (memory) overhead this is for an embedded platform? >(I assume a linker will not load symbols twice, even if the symbol is weak) > >If the overhead is noticeable, is it planned that boost or cppcms_boost >could be used from another location so that it can be shared with the >application (not needing ABI compatibility because it is rebuild in the >toolchain everytime anyway)? > >There seem to be some #ifdef CPPCMS_USE_EXTERNAL_BOOST sometimes? > >Is it correct that the cppcms_boost is header-only? > >best regards >Markus > > >------------------------------------------------------------------------------ >Got visibility? >Most devs has no idea what their production app looks like. >Find out how fast your code is with AppDynamics Lite. >http://ad.doubleclick.net/clk;262219671;13503038;y? >http://info.appdynamics.com/FreeJavaPerformanceDownload.html >_______________________________________________ >Cppcms-users mailing list >Cpp...@li... >https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > |
From: Markus R. <us...@ma...> - 2012-09-14 06:04:11
|
Hello group! Did someone try to measure how much more memory is used when an application using cppcms also uses boost compared to if it would use the same cppcms_boost? I was wondering how much (memory) overhead this is for an embedded platform? (I assume a linker will not load symbols twice, even if the symbol is weak) If the overhead is noticeable, is it planned that boost or cppcms_boost could be used from another location so that it can be shared with the application (not needing ABI compatibility because it is rebuild in the toolchain everytime anyway)? There seem to be some #ifdef CPPCMS_USE_EXTERNAL_BOOST sometimes? Is it correct that the cppcms_boost is header-only? best regards Markus |
From: Artyom B. <art...@ya...> - 2012-09-12 14:19:50
|
The only difference is that basic chat demonstrates the technology and its concepts - i.e. asynchronous web programming in general, while json-rpc chat demonstrates how to write asynchronous JSON-RPC applications... Both use long polling. If you are looking for a performance? Tale a look on the Event-Stream I had published recently if it very fast and efficient for modern browsers and allows fallback to long-polling for older ones Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ >________________________________ > From: Sergey <dan...@gm...> >To: cpp...@li... >Sent: Tuesday, September 11, 2012 10:08 PM >Subject: [Cppcms-users] What is difference between json_rpc_chat and chat (examples) > >Artoym please tell me what is difference? Who faster and etc.. > > >------------------------------------------------------------------------------ >Live Security Virtual Conference >Exclusive live event will cover all the ways today's security and >threat landscape has changed and how IT managers can respond. Discussions >will include endpoint security, mobile security and the latest in malware >threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >_______________________________________________ >Cppcms-users mailing list >Cpp...@li... >https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > |
From: Sergey <dan...@gm...> - 2012-09-11 19:09:07
|
Artoym please tell me what is difference? Who faster and etc.. |
From: 陈抒 <csf...@gm...> - 2012-09-11 15:20:23
|
Nice. It's another choice except to set up own session servers. 陈抒 Best regards http://blog.csdn.net/sheismylife On Tue, Sep 11, 2012 at 9:12 PM, Artyom Beilis <art...@ya...> wrote: > Yes... Set cookies domain to domain.com > > http://cppcms.com/wikipp/en/page/cppcms_1x_config#session.cookies.domain > > Artyom Beilis > -------------- > CppCMS - C++ Web Framework: http://cppcms.com/ > CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ > > ------------------------------ > *From:* sergey lavrov <ccp...@gm...> > *To:* cpp...@li... > *Sent:* Tuesday, September 11, 2012 3:51 PM > *Subject:* [Cppcms-users] Sharing session data between 2 > applications/domains > > Dear All! > > I have application A on domain a.domain.com and application B on domain > b.domain.com. > Users can authenticate on both applications . > I need that if user authenticated on application A (a.domain.com) and > then go to application B (b.domain.com), application B > see authentication data which application A stored in session and vice > versa. > > So is it possible to sharing session data between 2 applications on 2 > domains? > > Thanks in advance! > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > > |
From: Artyom B. <art...@ya...> - 2012-09-11 13:12:15
|
Yes... Set cookies domain to domain.com http://cppcms.com/wikipp/en/page/cppcms_1x_config#session.cookies.domain Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ >________________________________ > From: sergey lavrov <ccp...@gm...> >To: cpp...@li... >Sent: Tuesday, September 11, 2012 3:51 PM >Subject: [Cppcms-users] Sharing session data between 2 applications/domains > > >Dear All! > > >I have application A on domain a.domain.com and application B on domain b.domain.com. >Users can authenticate on both applications . >I need that if user authenticated on application A (a.domain.com) and then go to application B (b.domain.com), application B see authentication data which application A stored in session and vice versa. > > >So is it possible to sharing session data between 2 applications on 2 domains? > > >Thanks in advance! > > >------------------------------------------------------------------------------ >Live Security Virtual Conference >Exclusive live event will cover all the ways today's security and >threat landscape has changed and how IT managers can respond. Discussions >will include endpoint security, mobile security and the latest in malware >threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >_______________________________________________ >Cppcms-users mailing list >Cpp...@li... >https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > |
From: sergey l. <ccp...@gm...> - 2012-09-11 12:51:11
|
Dear All! I have application A on domain a.domain.com and application B on domain b.domain.com. Users can authenticate on both applications . I need that if user authenticated on application A (a.domain.com) and then go to application B (b.domain.com), application B see authentication data which application A stored in session and vice versa. So is it possible to sharing session data between 2 applications on 2 domains? Thanks in advance! |
From: Artyom B. <art...@ya...> - 2012-09-11 07:18:51
|
booster::shared_ptr and boost::shared_ptr are almost identical, in fact the code of booster::shared_ptr was borrowed from the Boost project. I say almost identical because there is a one important difference: booster::shared_ptr has stable ABI and API - i.e. it does not break between releases even if some new atomic reference counting model will be provided. Its ABI and API is not changed by some debug macros etc like ones of the boost::shared_ptr. Bottom line many Booster interface are similar or identical to Boost one with an exception of stable ABI support. Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ >________________________________ > From: 陈抒 <csf...@gm...> >To: cpp...@li... >Sent: Tuesday, September 11, 2012 5:14 AM >Subject: [Cppcms-users] What's the difference between booster::shared_ptr and boost::shared_ptr > > >Hello Artyom: > I know you have own booster::shared_ptr. But don't know why did you implement this? > Could you tell us your design goal for this? And when should we use booster::shared_ptr? >陈抒 >Best regards >http://blog.csdn.net/sheismylife > >------------------------------------------------------------------------------ >Live Security Virtual Conference >Exclusive live event will cover all the ways today's security and >threat landscape has changed and how IT managers can respond. Discussions >will include endpoint security, mobile security and the latest in malware >threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >_______________________________________________ >Cppcms-users mailing list >Cpp...@li... >https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > |
From: Lee E. <le...@el...> - 2012-09-11 03:49:03
|
Thanks Vinicius this worked - i was going to test if i had problems with mismatching encodings, but i was wrong On Tue, Sep 11, 2012 at 1:17 AM, Vinicius Pavanelli <ds...@ha...>wrote: > Hi, > > The problem is trailing newlines, change the code in the .sh to: > > echo -n "some string" | md5sum > > Note the -n option. > > HTH, > Vinicius > > Em 10/09/2012, às 18:31, Lee Elenbaas escreveu: > > > i am attempting to use the md5 hashing > > and apparently i am doing something wrong, since i get a different > result then md5sum gives me > > > > i am attaching a zip with the relevant code and how i compare them > > > > if anyone can help me figure out what i did wrong in the crypto.cpp file > - i will apriciate it > > > > lee > > > > > > > > > <hash_test.zip>------------------------------------------------------------------------------ > > Live Security Virtual Conference > > Exclusive live event will cover all the ways today's security and > > threat landscape has changed and how IT managers can respond. Discussions > > will include endpoint security, mobile security and the latest in malware > > threats. > http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ > > Cppcms-users mailing list > > Cpp...@li... > > https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |
From: 陈抒 <csf...@gm...> - 2012-09-11 02:50:40
|
Thanks. But I didn't see any words about booster::shared_ptr<> 陈抒 Best regards http://blog.csdn.net/sheismylife On Tue, Sep 11, 2012 at 10:46 AM, william lee <we...@gm...> wrote: > Does this help? > http://cppcms.com/wikipp/en/page/cppcms_1x_coding_standards#Boost > > thanks, > William L. > > On Tue, Sep 11, 2012 at 10:14 AM, 陈抒 <csf...@gm...> wrote: > >> Hello Artyom: >> I know you have own booster::shared_ptr. But don't know why did you >> implement this? >> Could you tell us your design goal for this? And when should we use >> booster::shared_ptr? >> >> 陈抒 >> Best regards >> http://blog.csdn.net/sheismylife >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Cppcms-users mailing list >> Cpp...@li... >> https://lists.sourceforge.net/lists/listinfo/cppcms-users >> >> > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > > |
From: william l. <we...@gm...> - 2012-09-11 02:46:19
|
Does this help? http://cppcms.com/wikipp/en/page/cppcms_1x_coding_standards#Boost thanks, William L. On Tue, Sep 11, 2012 at 10:14 AM, 陈抒 <csf...@gm...> wrote: > Hello Artyom: > I know you have own booster::shared_ptr. But don't know why did you > implement this? > Could you tell us your design goal for this? And when should we use > booster::shared_ptr? > > 陈抒 > Best regards > http://blog.csdn.net/sheismylife > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > > |
From: 陈抒 <csf...@gm...> - 2012-09-11 02:15:03
|
Hello Artyom: I know you have own booster::shared_ptr. But don't know why did you implement this? Could you tell us your design goal for this? And when should we use booster::shared_ptr? 陈抒 Best regards http://blog.csdn.net/sheismylife |