Git Product home page Git Product logo

nsudotnet's People

Contributors

allyna-mozhina avatar

Watchers

 avatar

nsudotnet's Issues

[Rss2Email] Сыграем в одну игру

Я вижу амбициозненький код вкупе с его малым количеством.

По сему, предлагаю такую замечательную идею: я вам поднимаю количество баллов за эту задачу до 9, а вы взамен переделываете почту с б-гомерзского Net.Mail на MVCMailer (это сделать будет непросто, количество баллов как бы намекает) и описываете потом впечатления?

[Rss2Email] Semaphore

Вы или обоснуйте использование семафора(1,1), или переделайте.

Ну и в довесок - вот этот вот кусок кода:

 _smtpGuard.WaitOne();

foreach (var item in items)
{
 if (item.Date > _lastSent)
 {
  SendItem(item, Recipient);
 }
}
_lastSent = items.Last().Date;

_smtpGuard.Release();

Вы в нем проблем никаких не видите, например?

[Rss2Email] Реестр

Я оценил ваши навыки работы с системным реестром, но раз уж так нужна конфигурация, то переделайте все-таки на User-scoped settings. Что сие такое - в гугл.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.